Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sina-byn/go-password-manager
https://github.com/sina-byn/go-password-manager
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/sina-byn/go-password-manager
- Owner: sina-byn
- License: mit
- Created: 2024-07-03T15:26:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T15:49:18.000Z (4 months ago)
- Last Synced: 2024-07-11T13:56:56.505Z (4 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.