Skip to content

luizpinheiro/node-passvault

Repository files navigation

node-passvault

A lightweight credentials vault created with node.

It stores the credentials using aes-256-gcm, with a key formed from a pbdk2 based on a sha256 of the user's plain key.

To build the program, simply run yarn build or npm run build. An executable file will be created on /build. It requires node 14.* to be installed to run.

License: MIT.

About

A simple password vault written in node to be used from the terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published