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 |
what is defect?
can anyone tell me the scenarios for online banking transaction ?
What is the difference between business requirment document and software requirement document?
For what purpose are virtual users created?
when will go for compatibility testing and when you use the testing metrics?
Who will do the design phase testing?
How do you Prepare a Defect Managemnt Policy
hi this is chik here iam showing my current project ERP and am prepair in hr model please tell me details about it and what all function test in hr model and give me some test caserelated to this module.Please tell me am faceing lots of problem in interview am not able to explain in interview please help me out my id is chiku_69@yahoo.in
I don't know about testing, I want to learn about Teasting. What kind of books I should read? Can anyone help me? (Like manual, automated testing) lots of things are there. from where I should start?
1.what si the out come of testing.?
what is the difference between Bug and Defect
Application contains many text fields,buttons etc.Many test cases can be written for the application.I read that test cases should not be too many.So text fields can be tested by entering Blank space,special symbols,Alphanumeric data,Empty & so on IF I write for all these data for every text field on each screen then my test cases will be unnecessarily too long .I m confused here wether I write Test cases for all or not.Suggest me the proper answer.I want answer from Experienced person