Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 451 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 451 Bytes

Password Generator

a simple password generator for myself.

qq20160621-0 2x

Algorithm

  • Information:
{id: "username/email", app: "website/app"}
  • 1Password:

Your origin password (maybe easy to remember) -> SHA-1

  • Generate Password:

information (JSON) + 1 password (SHA-1) -> Base64 -> substring(0, 8)