Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 21 hours 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T17:35:38.000Z (11 days ago)
- Last Synced: 2024-12-29T18:30:42.662Z (11 days ago)
- Topics: cryptography, password-generator, password-manager, scrypt, scrypt-algorithm, urlsafe-base64
- Language: Python
- Homepage:
- Size: 840 KB
- Stars: 1
- Watchers: 2
- 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.
![uiScrypt preview](https://github.com/NotStatilko/uiScrypt/assets/43419673/ea1b6231-43aa-4a1b-8030-de4bb5d49fa4)
## 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
```