Performs the UNIX crypt(3) algorithm using DES (standard 13 character passwords), MD5 (starting with $1$), SHA256 (starting with $5$) and SHA512 (starting with $6$)
Roger Nesbitt
gem "unix-crypt", "~> 1.1.0"