A lightweight Secure CLI Password Manager using Go
NOTE: The binaries are only for x86, 64bit devices. For others, please compile from source.
The required binaries can be installed directly from the releases tab: pswdmngr
for Linux, pswdmngr.exe
for Windows.
Alternative,
Get the required files
git clone https://github.com/resyfer/pswdmngr
cd pswdmngr
Install
./install.sh
Run with
NOTE: The password.txt
file gets initialised in your current directory.
pswdmngr
The bin folder has the executable pswdmngr.exe
. Copy to preferred location and run from there.
Pre-requirements: Go 1.13 or higher
cd
into project folder
rm -rf bin
mkdir bin
go build -o ./bin
cd bin
and run the executable binary