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.
- Host: GitHub
- URL: https://github.com/maccyber/fibrot-docker
- Owner: maccyber
- Created: 2019-04-14T12:09:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T13:59:32.000Z (about 7 years ago)
- Last Synced: 2025-07-19T21:58:30.775Z (11 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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