Skip to content
/ qpasswd Public

A symmetric password en / de -crypting tool and a secure password generation tool.

Notifications You must be signed in to change notification settings

x7Gv/qpasswd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 1, 2021
7874838 · Jul 1, 2021

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qpasswd

A Symmetric key based password crypting tool. Using AES-256-CBC as an encryption standard and scrypt with 256bit keys as the key derivation for the CBC algorithm.

Building

This project requires Rusts Cargo build system for it to be built. The project can be built with the following command.

$ cargo build --release

Usage

USAGE:
    qpasswd [FLAGS] --pass <pass> --source <source>

FLAGS:
        --debug      Activate debug mode
    -d, --decrypt    Activate decrypt mode
    -e, --encrypt    Activate encrypt mode
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -p, --pass <pass>        Insert pass
    -s, --source <source>    Insert source str

About

A symmetric password en / de -crypting tool and a secure password generation tool.

Resources

Stars

Watchers

Forks

Packages

No packages published