Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 607 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 607 Bytes

uiScrypt

It's a UI implementation of Scrypt on PyQt5.

uiScrypt preview

Install

uiScrypt is available on PyPI, install with pip:

pip install uiScrypt

Usage

Run uiScrypt

Just type uiScrypt in your Terminal:

uiScrypt

Configuration

You can set Scrypt configuration via CMD args

# python3 uiScrypt.py <N> <r> <p> <dklen> <hex|b64>
python3 uiScrypt.py 1048576 8 1 32 b64 # Default Configuration