by kkikta
14. August 2008 14:03
I always forget how to generate passwords and apparently I am not alone as I have found many blogs that have perl and python scripts used just to perform this action. Anyway after about half an hour of searching I kinda remembered openssl can generate passwords. From this point it was just finding the right options so here it is
openssl passwd -1 <mypassword>
8cb53681-9f5c-437e-9578-80b882cc0794|0|.0
Tags:
FreeBSD