Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/notstatilko/cmdscrypt
- Owner: NotStatilko
- Created: 2022-07-23T11:22:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T22:06:12.000Z (10 months ago)
- Last Synced: 2024-12-12T20:36:30.035Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```