Built my own password manager in Rust — learned a ton about encryption and ownership 🦀
github.com·10h·
Discuss: r/rust
Flag this post

rusty-vault

A small local, encrypted password manager CLI written in Rust.

Features

  • 🔒 AES-256-GCM encryption - Industry-standard encryption
  • 🔑 Argon2 key derivation - Secure password hashing
  • 💾 Local storage - Your data stays on your machine
  • 🚀 Fast & lightweight - Built with Rust for performance
  • 🌍 Cross-platform - Linux, Windows, and macOS support
  • 📦 Multiple package formats - .deb, AppImage, .zip, .tar.gz

Installation

Pre-built packages are available in the dist/ directory of this repository, or you can download them from the Releases page.

Available Packages

| Platform | Package | Size | Location | | ––––…

Similar Posts

Loading similar posts...