Password Encryption Utility
See how to use Password Encryption Utility
Developing a password-protected website involves doing everything possible to ensure your users' information is safe and secure. Even strong passwords are, to varying degrees, susceptible to brute force attacks and other methods of data collection. In order to create the safest and most secure site you can, password encryption is an absolute must.
Used in conjunction with our Password Generator Tool, the Password Encryption Tool is a great way to ensure your users can safely store their information with you. This utility will encrypt any password using 3 of the most popular encryption ciphers.
Standard - Unix DES-based encryption algorithm
MD5 - Calculates the MD5 hash of string using the RSA Data Security, Inc. The hash is a 32-character hexadecimal number.
sha1 - Calculates the sha1 hash of str using the US Secure Hash Algorithm 1