Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

password-memorizer

Program to help you memorize complex passwords.

Disclaimer

Never enter your passwords into programs, that you don't trust. Take responsibility for your own security and examine the code. I don't provide warranty for anything.

How it works

This program will repeatedly ask you to enter your password. After you entered it, it will tell you, if your input was correct or wrong and show you some statistics. It checks the validity of your password using hashes. The salted hash is calculated, when you first add your password. This way your actual password is never stored on the disk.

The hashes are stored in a csv file. The program also allows you to remove entries from that file.

About

Programm to help you memorize complex passwords.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages