Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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
```