Skip to content

SecurePassCLI is a Golang-based command-line tool that securely stores and retrieves passwords using a root password for authentication.

Notifications You must be signed in to change notification settings

karthikbalasubramani/SecurePassCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecurePassCLI

SecurePassCLI is a Golang-based command-line tool that securely stores and retrieves passwords using a root password for authentication.

My Stats

GitHub commits GitHub Open PRs GitHub Closed PRs GitHub last commit

Technology Used

Languages

Top Langs

Quick Start

1. Cloning the SecurePassCLI Repository:

git clone https://github.com/karthikbalasubramani/SecurePassCLI.git & cd SecurePassCLI

2. Install Go:

Ensure that you have Go installed on your machine. You can download it from the official Go website (https://golang.org/) and follow the installation instructions for your operating system.

3. Build the Project:

go build

4. Binary will be generated in the following path:

cmd/passwordmanager/passwordmanager

4. Run the SecurePassCLI binary file which is located in:

cd cmd/passwordmanager & passwordmanager

Note:

Support package names and details can be found in go.mod and go.sum

About

SecurePassCLI is a Golang-based command-line tool that securely stores and retrieves passwords using a root password for authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages