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

https://github.com/maccyber/fibrot-docker

A shift cipher based on the Fibonacci sequence. Operation is similar to ROT13, but dynamic.
https://github.com/maccyber/fibrot-docker

Last synced: 4 months ago
JSON representation

A shift cipher based on the Fibonacci sequence. Operation is similar to ROT13, but dynamic.

Awesome Lists containing this project

README

          

# fibrot-docker

## Usage
Pass either *encrypt* or *decrypt* along with the message to `fibrot`. For instance:

### Encrypt

```console
$ fibrot encrypt "Hello World"
$ docker run --rm maccyber/fibrot fibrot encrypt "Hello World"
```

Hfmnr Bwegl

### Decrypt

```console
$ fibrot decrypt "Gppfedm Pmchw Knexc"
$ docker run --rm maccyber/fibrot fibrot decrypt "Gppfedm Pmchw Knexc"
```

Goodbye Cruel World