https://github.com/notstatilko/cmdscrypt
A simple CLI app for generating Scrypt keys
https://github.com/notstatilko/cmdscrypt
Last synced: over 1 year 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T22:06:12.000Z (about 2 years ago)
- Last Synced: 2025-01-09T06:13:38.628Z (over 1 year 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).

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