Skip to content

A simple CLI password manager written in Go. This tool allows you to securely store, retrieve, list, and delete passwords using a master key for encryption and decryption.

License

Notifications You must be signed in to change notification settings

akgarhwal/Go-Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Password Manager

A simple CLI password manager written in Go. This tool allows you to securely store, retrieve, list, and delete passwords using a master key for encryption and decryption.

Features

  • Add Password: Store a new password with a specified key.
  • Get Password: Retrieve a password using its key.
  • List Password Keys: List all stored password keys.
  • Delete Password: Remove a password using its key.
  • Master Key: Use a master key to encrypt and decrypt passwords before storing them in files.

Security

  • Encryption: Passwords are encrypted using the master key before being stored in files.
  • Decryption: Passwords are decrypted using the master key when retrieved.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Screenshots

  1. List Paassword Keys

  1. Add Paassword

  1. Get Paassword

  1. Error

Pending Tasks

  • Show error message if user entry password entry in different format like abc:hello
  • Release for easy install

About

A simple CLI password manager written in Go. This tool allows you to securely store, retrieve, list, and delete passwords using a master key for encryption and decryption.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages