Skip to content

hejtao/safesecrets

Repository files navigation

What is safesecrets

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

Demo Video

Watch the demo video

Click the image above to watch the demo video on YouTube

How is your data encrypted

Encryption Diagram

Build from source

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.

Prerequisites

Steps for both windows and macOS

git clone [email protected]:hejtao/safesecrets.git
cd safesecrets
cargo build --manifest-path ./src-tauri/Cargo.toml
npm install
npm run tauri:build

About

Safesecrets is a secure, reliable, and user-friendly sensitive text management tool.

Topics

Resources

License

Stars

Watchers

Forks