Safesecrets is a desktop application for securely storing and managing sensitive information like passwords, mnemonics, and other credentials. Built with Tauri and React, it provides:
- Strong encryption for your secrets
- Simple and intuitive interface
- Open source and auditable code
Click the image above to watch the demo video on YouTube
For security reasons, pre-built binaries are not provided. Safesecrets is entirely based on local storage and never interacts with any remote servers. We highly recommend reviewing the source code before building your own application.
git clone [email protected]:hejtao/safesecrets.git
cd safesecrets
cargo build --manifest-path ./src-tauri/Cargo.toml
npm install
npm run tauri:build
