Skip to content

Rustpass is a simple password generator and encryption tool written in the Rust programming language. It uses the AES-256 encryption algorithm to securely store passwords.

Notifications You must be signed in to change notification settings

pieri93/rustpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustpass

Rustpass is a simple password generator and encryption tool written in Rust. It uses AES encryption to securely store passwords.

Usage

To use Rustpass, simply run the program using cargo run. The program will generate a random password, encrypt it using AES-256 encryption, and store it in a file called password.txt. The encryption key is also generated randomly and stored in memory.

To decrypt the password, run the program again and it will read the encrypted password from the password.txt file and decrypt it using the encryption key that was stored in memory.

Dependencies

rand (0.8.5) rust-crypto (0.2.36)

About

Rustpass is a simple password generator and encryption tool written in the Rust programming language. It uses the AES-256 encryption algorithm to securely store passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages