Ciphery is a simple, local vault manager app designed for securely storing and managing secrets.
Build with
It's my first app with Bubbletea. Suggestions appreciated.
You can change color scheme from styles.go
- 🔑 Key binds to navigate.
- 🗄️ Create, delete and view vaults.
- 🔒 Create, delete and view secrets.
- 🔐 The encrypted data store in a JSON file.
- 📂 Custom path for vaults folder.
- 🔒 Advanced secrets.
- 📋 Copy to clipboard.
- 🔧 Password generator
- 💪🏿💪🏿💪🏿😨
- Clone the repository:
git clone https://github.com/captainadorable/ciphery.git
- Navigate to the directory:
cd ciphery
- Build the app:
go build github.com/captadorable/ciphery
- Run the executable.