Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captainadorable/ciphery
Ciphery is a simple, local vault manager app designed for securely storing and managing secrets.
https://github.com/captainadorable/ciphery
Last synced: 13 days ago
JSON representation
Ciphery is a simple, local vault manager app designed for securely storing and managing secrets.
- Host: GitHub
- URL: https://github.com/captainadorable/ciphery
- Owner: captainadorable
- Created: 2024-09-10T15:32:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T21:45:44.000Z (4 months ago)
- Last Synced: 2024-09-14T08:39:27.395Z (4 months ago)
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- charm-in-the-wild - ciphery - A local vault manager app designed for securely storing and managing secrets.(_built with Bubble Tea_) (Applications / Productivity and Organization)
README
# Ciphery
**_Ciphery_** is a simple, local vault manager app designed for securely storing and managing secrets.
Build with :hearts: **_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](https://github.com/user-attachments/assets/fdfa0c2b-7cac-4b20-9ea8-9bea65e3958c)
![satty-20240911-00:11:13](https://github.com/user-attachments/assets/4328bbd2-6904-41fd-a456-b451fece6f10)
![satty-20240911-00:12:24](https://github.com/user-attachments/assets/10a70622-97d4-4e8b-9133-28740905f35f)
![satty-20240911-00:13:58](https://github.com/user-attachments/assets/1f8ac692-3bf3-4cc6-bd6a-3a0b4f76e1e2)