Skip to content

A password generator/storer that I created, using Java's build in encryption algorithms and the Java implementation of BCrypt hashing algorithm

License

Notifications You must be signed in to change notification settings

subamanis/Password-Generator-Storer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password-Generator-Storer

This is a password-generator/storer that I created for fun/personal use. It utilises Java's built in "AES/CBC/PKCS5P" for the encryption of the passwords and the Java implementation of BCrypt (https://www.mindrot.org/projects/jBCrypt/) for hashing the general password of the program.

Run from cmd with "src" as root folder:
javac manager/.java manager/io/.java manager/logic/.java manager/security/.java org/mindrot/jbcrypt/*.java
java manager.Main

Note that if you try to run the code from an IDE you will probably have to replace the "console.readPassword()" commands with Scanner.

About

A password generator/storer that I created, using Java's build in encryption algorithms and the Java implementation of BCrypt hashing algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages