Password Encryption and Decryption

What are the testcases for password encryption and decryption?

Questions by aruns2010

Showing Answers 1 - 3 of 3 Answers

Hi Arun,
Please give more specification on your question. You simplpy gave "What are the testcases for password encryption and decryption?"

As my guess from this question i give some test cases for Encrytion and Decryption for the password field

1. Ensure that the Password field entered text should be in encrypted format(mask)
2. Ensure that the entered encrypted text should not able to copy/paste(if you even copy the password text, the pasted text in the component should not show the decrypted format of text)
3. Ensure that the entered encrypted text for password field should insert in to the database.
4. Check the System behavioural with the valid/Invalid password (Authorization, Session, Cookies)
5. Check the system behaviour with the password text with mixed of alphanumerics and space.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions