a simple password generator for myself.
- 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)