doc: more in depth

This commit is contained in:
Strix 2023-10-06 17:56:01 +02:00
parent 03b4771c43
commit b56e6875bb
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -2,6 +2,15 @@
Made to talk with a friend without eavedroppers.
## Usage
## How does it work?
The tool uses a numerical key to shift the message's characters.
Only alphabetical characters are shifted.
Say the key is '1234' and the message is "Hello world".
We start by shifting "H" to the right once: "I".
Then we shift "e" to the left twice: "c".
We keep doing this until we get: "Icohp urnmb".
The alphabet and key are wrapped around.
So the actual key is `123412341234123412`...