Skip to content

scottparry/hashpass

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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