Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.35 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.35 KB

Ciphery

Ciphery is a simple, local vault manager app designed for securely storing and managing secrets.
Build with ♥️ Go + Bubbletea + Lipgloss.
It's my first app with Bubbletea. Suggestions appreciated.
You can change color scheme from styles.go

Features

  • 🔑 Key binds to navigate.
  • 🗄️ Create, delete and view vaults.
  • 🔒 Create, delete and view secrets.
  • 🔐 The encrypted data store in a JSON file.

Planned features

  • 📂 Custom path for vaults folder.
  • 🔒 Advanced secrets.
  • 📋 Copy to clipboard.
  • 🔧 Password generator

🐞 Bugs that I'm aware of

  • 💪🏿💪🏿💪🏿😨

🚀 Building

  1. Clone the repository: git clone https://github.com/captainadorable/ciphery.git
  2. Navigate to the directory: cd ciphery
  3. Build the app: go build github.com/captadorable/ciphery
  4. Run the executable.

Screenshots

satty-20240911-00:11:03 satty-20240911-00:11:13 satty-20240911-00:12:24 satty-20240911-00:13:58