- This Page shows how to make a SHA-512 hash. This is needed for creating a hash of a SysAdmin user account password as it allows other SysAdmins to set each other's passwords without knowing what the password is.
- A Linux computer.
- The mkpasswod binary (found in the whois package).
- Access Terminal with mkpasswd installed.
- Run
mkpasswd -m sha-512. - Type in whatever it is you want to hash and press return or enter.
- Terminal will print out the SHA-512 hash.