Skip to content

Password Manager for myself. To generate cryptographically secure password combinations and store them

Notifications You must be signed in to change notification settings

Niccher/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager

This is a simple password manager that i wrote for myself and found it worth sharing here. It picks inputs from a user and stores it. The hive storing this. is encrypted using the aes algorithm symmetrically. the output of the encryption is further encoded using base64.

  1. Platform

I wrote this using Java hence can run on all major platforms that run Java. This is good since no porting to other platforms is needed.

Despite this, the application is only supported for Linux based Operating Systems, because of the combination generating algorithm

  1. Executing it

To execute this binary first clone this repository by

git clone https://github.com/Niccher/Password-Manager.git

cd Password-Manager/dist

java -jar Password_Manager.jar

After executing the above steps, a window is opened.

The first window inquires of a password. this is the only password the user has to remember.

the window appears like this

![](./images/Prompt 001.png)

The next window is

![](./images/Prompt 002.png)

  1. Algorithms

The algodfb

About

Password Manager for myself. To generate cryptographically secure password combinations and store them

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages