Skip to content

jclopes/zpass3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zpass3

zpass3 live!

zpass3 solves the problem of having to memorize multiple complex passwords for all kinds of sites and applications.

Zero Storage = Zero Trust

Your passwords are never stored anywhere. All you need is your master secret. There no need to trust on a password provider security practices or their relations to authorities.

Works offline

You can download the code and run it locally. All you need to recall your secrets is the code that will recreate them for you.

Motivation

People rely more then ever on cloud services to keep their personal and work data. Password authentication is the standard for all of these online services. These passwords need to be strong to keep up with the increase of computational power, requiring users to create unique complex passwords for each service they use and memorize all of them. This is an hassle to the user. zpass3 makes it easy to create strong passwords without the need for the user to remember more then one strong password.

alt passwords are hard

How does zpass3 works?

zpass3 uses modern cryptography to combine your master password with an identifier of the website or app you want to login into and outputs a password. Given the same combination of master password and identifier zpass3 will output the same password.

How secure is it?

The cryptographic function used by zpass3 is called SCrypt and is used to secure all kinds of applications inclusive in Crypto Currency. This function is not reversible. That means that even if an attacker would get access to one password and an identifier they would not be able to recover your original master password.

Acknowledgments

Richard More for writing a pure javascript SCrypt lib (https://github.com/ricmoo/scrypt-js).

About

Password Manager without storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages