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

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

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