Skip to content

resyfer/pswdmngr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pswdmngr

A lightweight Secure CLI Password Manager using Go

image image

Installation

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

Linux

Install

./install.sh

Run with
NOTE: The password.txt file gets initialised in your current directory.

pswdmngr

Windows

The bin folder has the executable pswdmngr.exe. Copy to preferred location and run from there.

Compiing From Source

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