/pyreess

Primary LanguagePythonMIT LicenseMIT

py-reess

CLI application for deterministic password generation

Python Version GitHub Licence Package Version

Install

pip install pyreess

Usage

pyreess --help

The core principle is simple - for the same input you get the same output. The input consists of input string, salt, length and alphabet (digits, lowercase, uppercase, symbols). Output is the generated password and can always be restored with the same input.