8000 GitHub - scottparry/hashpass: A Stateless Password Manager written in PHP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

scottparry/hashpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashPass

Description

HashPass is a Stateless Password Manager written in PHP.

Using the same input of full name, website & master password, HashPass will always return the same secure password. This means you only need to remember your master password to use secure passwords everywhere. You also do not need to store passwords anywhere, ever!

Simply access HashPass whenever you need to recalculate a password.

HashPass uses PBKDF2 with 200,000 iterations for the derivation, hashed with SHA-512, and finally passed through base85. Depending on the master password, generated passwords are between 100 — 128bit entropy.

You can clone and host locally, upload and run it from your own remote server, or you can use the online version.

https://scottparry.co/labs/hashpass/

About

A Stateless Password Manager written in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0