Categorygithub.com/resyfer/pswdmngr
modulepackage
1.0.0
Repository: https://github.com/resyfer/pswdmngr.git
Documentation: pkg.go.dev

# README

pswdmngr

A lightweight Secure CLI Password Manager using Go

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

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.17 or higher

cd into project folder

rm -rf bin
mkdir bin
go build -o ./bin
cd bin

and run the executable binary

# Functions

Decrypt(encryptedString, key) gives back original string and error.
Encrypt(String, Key) gives the gibberish string and an error.

# Constants

No description provided by the author
Global Constants.

# Variables

No description provided by the author