Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/notstatilko/cmdscrypt

A simple CLI app for generating Scrypt keys
https://github.com/notstatilko/cmdscrypt

Last synced: 16 days ago
JSON representation

A simple CLI app for generating Scrypt keys

Awesome Lists containing this project

README

        

**CMDScrypt** is a very simple **CLI** analogue to [**uiScrypt**](https://github.com/NotStatilko/uiScrypt).

![Screenshot_2024-04-07_00-45-04](https://github.com/NotStatilko/cmdscrypt/assets/43419673/ef632db8-cec0-4074-b3d5-8a029f3a3f56)

You can install it with **PIP**:
```bash
pip install cmdscrypt # Install from PyPI
cmdscrypt tui # Run CMDScrypt in TUI mode
```