/p-safe

Password manager written in Node.js

Primary LanguageJavaScript

P-Safe

Node.js CI

Store your passwords securely.

Installation

Use git to clone the repository:

git clone https://github.com/jz-software/p-safe

Go to the folder:

cd p-safe

Install dependencies using npm:

npm install

Run the program:

npm start

How the passwords are stored?

The program uses an aes-256-gcm module.

Passwords are stored locally.

Profiles

The program can have multiple profiles each having their own passwords and settings.

License

MIT