Skip to content

FaceChan/password

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

password generator for me.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 65.2%
  • HTML 34.8%