password
password copied to clipboard
Password Generator (密码管理工具)
trafficstars
Password Generator
_
_ __ __ _ ___ ___ __ __ ___ _ __ __| |
| '_ \ / _` |/ __|/ __|\ \ /\ / // _ \ | '__|/ _` |
| |_) || (_| |\__ \\__ \ \ V V /| (_) || | | (_| |
| .__/ \__,_||___/|___/ \_/\_/ \___/ |_| \__,_|
|_|
Algorithm
hmac(key, sha512(email)+web, sha512)--->hex string.hex string--->binary array(7bit for each group, use leading zero to keep binary's width is 512bits).- Convert element in
binary arrayto ASCII character in range(DECIMAL 33toDECIMAL 126). - Generate
15*5matrix and choose your password according to your own order.
More
https://www.v2ex.com/t/331896