Hi frnds dis ajay.
can any one tell me correctly vat is ENCRYPTION & DECRYPTION ?
hw s these are used in testing ?
its an interview... tank u all frnds.............
Answers were Sorted based on User's Feedback
Answer / jimut
Encryption & decryption are terms From CRYPTOLOGY. In
hardcore testing it is used for security testing.
Encryption is the process of transforming information using
an algorithm to make it unreadable to anyone except those
possessing special knowledge.
Decryption is the reverse process to make the encrypted
information readable again.
It is used in applications using scecurity process for the
system.Widely used for passcode testing & accounts testing
for credit cards & banking softwares.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / guest
Encryption is the conversion of data into a form, called a
cipher, that cannot be understood by unauthorized people.
Decryption is the process of converting encrypted data back
into its original form, so it can be understood. Encryption
and decryption should not be confused with encoding and
decoding, in which data is converted from one form to
another but is not deliberately altered so as to conceal
its content.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anil.sts
It'a code conversion to prevent third party accessing
the process is like this
client->request->enctypted->through cipher text->descripted-
>server
this is the process
(it is used to secutity purpose)
I think this is the .....
is this correct
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / chirag
I agree with Jimut.Encryption is a process of making your
data not understandable to anyone and vice versa decryption
is the process of again making the data in understndable
format.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / geetha
for encryption u can take the example as "Password" which is
not readable by unauthorized user.
for decryption ,
If u have forgot ur password, a question ll be asked to
retrieve your password and a email ll be sent to ur
alternative email address. (Can this be given as example)
. am i understood correctly . If im wrong kindly give an
example and correct me.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi ajay
This is sunithaYagnamurthy.......
Encryption:Converting the data into not understandable
data (means binary codes etc) i.e,called Encryption
Decryption: Converting the data into Understandable format
i.e called Decryption
If any mistakes is thr please excuse
| Is This Answer Correct ? | 0 Yes | 1 No |
Can anyone explain the terms: Black-box, functional, Regression, Back-end, System Integration, GUI, UAT stress and Load Testing.
can anyone give FULL DETAILS on ATM scenarios, test cases and test cases PURPOSES
hi can somebody suggest standard format for web based testing? especially with numerous sublink to be tested. thanx
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
Which website will help me to get all manual interview questions at one place
is there any openings in testing mba guys
How will you link the Defect to the test case? Explain Bug life cycle
What is the Input of Testcase?
what we get from srs doc ?
what is a bad defect and why do we write bad defects?
Differentiate Defect age and Build interval.
If I have a dialog in which there is a text field that when I enter “abcd”, hit <enter> and the output comes out “8”, how do you test it?