https://github.com/ci7lus/takano
[May broken] ChaCha20 stream decrypt/encrypt cli tool
https://github.com/ci7lus/takano
Last synced: 3 months ago
JSON representation
[May broken] ChaCha20 stream decrypt/encrypt cli tool
- Host: GitHub
- URL: https://github.com/ci7lus/takano
- Owner: ci7lus
- License: mit
- Created: 2021-12-09T11:36:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T13:28:50.000Z (about 2 years ago)
- Last Synced: 2025-02-19T13:47:07.032Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# takano
## Please do not use this tool! It is probably broken!
ChaCha20 stream decrypt/encrypt cli tool
## Usage
```sh
cat input | takano -k 'base64 encoded key' -n 'base64 encoded nonce' > dest
```