On May 1, 2013, at 3:55 PM, Andrew Findlay <andrew.findlay(a)skills-1st.co.uk> wrote:
Much easier: use one of the hash schemes supported by the underlying
platform's own crypt library. Most Linux, FreeBSD, OpenBSD, Solaris etc
password-hash {CRYPT}
password-crypt-salt-format "$6$%.12s"
Thank you very much Andrew! This would be close enough to what I'm looking for,
or at least significantly better than ssha1. I will try this out.
-Chris