Skip to content

vt0r/PySQLgenpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

PySQLgenpass

This script takes password input on stdin and does a double-SHA1 hash on it to produce MySQL password hashes.

Since the password is not echoed to STDOUT, it's a bit safer for shell/MySQL client history than the usual methods, such as:

SELECT PASSWORD('blah');

The password is read twice to ensure both entries match.

About

Python script to generate MySQL double-SHA1 password hashes on the command line WITHOUT echoing them to STDOUT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages