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 |
Difference between HTTP and HTTPS
what is API 2.0?
What are the GUI Test Cases for calculator?
In first version of the build i found a bug . I report it to my developers with all the procedures and that was accepted by the developers and the bug was in open state. In the next version of the build the bug was not able to reporduce it .Then wat will be the status of that bug
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
What is the difference between White Box testing and Unit Testing?
Defect Migration "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations. a. How will you prevent Defect Migration? b. Why do you think preventing Defect Migration is important?
You reported a Bug.The developers are saying that it's not a Bug even though it is..How you are going to prove that it's a Bug?
What were the major challenges u faced while testing
How do you determine what to test?
what is JOINTS & REGISTRY in SQL?
If there is dropdown field say Select Category. & Default category is Indian. What are the test cases for this field?