Skip to content

dotcypress/password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

password.now.sh

hash = pbkdf2('SHA256 HMAC'
              password: masterPassword,
              salt: tld + username,
              iterations: 10_000 + passwordIndex,
              keySize: 16)
password = hash.map(byte => alphabetRFC1924[byte % alphabetRFC1924.length])

About

πŸ” One password, right way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published