On 2009-02-28, Juan Miscaro <[email protected]> wrote: > What is the standard way of generating hashes (for me it's for > passwords) in OpenBSD? I once used userdbpw but it's package > (courier-authlib-userdb) conflicts with another package I have > installed. So I'm looking for a cleaner, standard method. Thanks.
encrypt(1) is in base and covers MD5/Blowfish/DES. or there's htpasswd, handling SHA/apache modified MD5/Blowfish/DES. if you need other hashes, dovecotpw (from the dovecot package) knows of many more.

