Skip to content

skele-beard/grimoire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grimoire Password Manager

A secure, modern password manager built with simplicity and security at its core.

Overview

Grimoire is a password management solution designed to help you securely store and manage your passwords, credentials, and sensitive information. With a focus on user privacy and strong encryption, Grimoire keeps your data safe while remaining easy to use. grimoire_login grimoire_main_view grimoire_edit_view

Features

  • Secure Encryption: All passwords are encrypted using AES-256-GCM, a trusted and standard scheme.
  • Master Password: Single master password to access all your stored credentials
  • Password Generation: Built-in strong password generator for creating secure passwords
  • Cross-Platform: Works seamlessly across different devices and operating systems
  • Local Storage: Your data stays on your device, no phoning home.

Installation

# Clone the repository
git clone https://github.com/skele-beard/grimoire.git

# Navigate to the project directory
cd grimoire

# Build the binary
cargo build --release

# Run the application
./target/release/grimoire

Security

  • Master password is never stored - only a secure hash (Argon2id) is kept
  • All password data is encrypted at rest
  • No telemetry or data collection

Requirements

  • cargo

Disclaimer

While Grimoire implements strong security measures, this is ultimately a hobbyist project. Use at your own discretion.


Never forget your master password - it cannot be recovered!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors