8000 GitHub - dotcypress/password: 🔐 One password, right way.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Contributors 2

  •  
  •  
0