unix-crypt icon indicating copy to clipboard operation
unix-crypt copied to clipboard

Performs the UNIX crypt(3) algorithm in Ruby using DES, MD5, SHA256 or SHA512

Results 1 unix-crypt issues
Sort by recently updated
recently updated
newest added

By working with `mkpasswd` on ubuntu 12.04, I noticed that it doesn't tolerate salt lengths of beyond certain constraints. For example, DES only takes 2-byte salts, and SHA512 can use...