Skip to content

TheTrio/rusty-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty-Pass

A command line password manager written in Rust. The (encrypted)passwords are stored in an SQLite database

About

This is mostly a way for me to get more comfortable in Rust.

I hope to support the following features:

  • Generate a random password (with minute control over the length and various character groups)
  • Store encrypted passwords
  • Search for websites using SQLite Regular Expressions
  • Import/Export passwords

And that's about it.

Running and Developing

This probably goes without saying, but here's the steps anyways - Simply clone the project, and then do

cargo build --release

The generated binary is target/release/rusty-pass. Run it with --help to see the available commands.

About

An offline password manager store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages