On 05/28/2014 11:32 AM, Brian Dunbar wrote:
mkpasswd --method=SHA-512

That runs mkpasswd with stdin unattached. If you run it manually, you'll see it prompting for a password. If you run it multiple times, and keep hitting enter(simulating a disconnected stdin), then you'll get different values each time. This is due to a random salt being used($6 is the type of hashing, then the second $$ is the salt).

--
You received this message because you are subscribed to the Google Groups "Ansible 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/53861B16.2090609%40brainfood.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to