https://github.com/notstatilko/uiscrypt
Make strength passwords with uiScrypt!
https://github.com/notstatilko/uiscrypt
cryptography password-generator password-manager scrypt scrypt-algorithm urlsafe-base64
Last synced: 8 months ago
JSON representation
Make strength passwords with uiScrypt!
- Host: GitHub
- URL: https://github.com/notstatilko/uiscrypt
- Owner: NotStatilko
- License: mit
- Created: 2021-01-30T23:02:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T17:35:38.000Z (about 1 year ago)
- Last Synced: 2025-04-13T02:37:00.857Z (9 months ago)
- Topics: cryptography, password-generator, password-manager, scrypt, scrypt-algorithm, urlsafe-base64
- Language: Python
- Homepage:
- Size: 843 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uiScrypt
It's a UI implementation of [**Scrypt**](https://en.wikipedia.org/wiki/Scrypt) on PyQt5.

## Install
**uiScrypt** is available on **PyPI**, install with *pip*:
```bash
pip install uiScrypt
```
## Usage
### Run uiScrypt
Just type `uiScrypt` in your Terminal:
```bash
uiScrypt
```
### Configuration
You can set Scrypt configuration via **CMD args**
```bash
# python3 uiScrypt.py
python3 uiScrypt.py 1048576 8 1 32 b64 # Default Configuration
```