An application which:
-Takes a password from user and uses multi-level encryption to convert it to an cryptographic hash function of 16 digits.
-Hash functions are much secure than a normal password.
-It allows user to store the password and use it any time.
-Also allows to enter and save passwords manually hence serving as an passowrd manager.
-Takes a password from user and uses multi-level encryption to convert it to an cryptographic hash function of 16 digits.
-Hash functions are much secure than a normal password.
-It allows user to store the password and use it any time.
-Also allows to enter and save passwords manually hence serving as an passowrd manager.
Show More