Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sina-byn/go-password-manager


https://github.com/sina-byn/go-password-manager

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Go Password Manager

A simple password manager CLI written in GO using AES Encryption.

## Usage

```sh
go run .
```

## Commands

- `register` : registers a new user

- `add ` : adds a new passsword

- `log` : prints a list of your passwords

**Note :** This is a personal project and is not intended for real-world use.