diff --git a/GhettoCryptCLI/readme.md b/GhettoCryptCLI/readme.md index b63ff81..e803cec 100644 --- a/GhettoCryptCLI/readme.md +++ b/GhettoCryptCLI/readme.md @@ -63,11 +63,13 @@ Please note that commonly used arguments are supplied in their short form (`-e` #### I want to encrypt text! ```sh $ gecrypt -e --keyask --intext "hello, world!" +efbebc429c8370bf84f00b0d8ccbaf7858b3b87d71ff58cb1cfefa8fb0c68094c0865565873aa8a5254ede59be46e81a4d4917e679b18cb290dbd6669cb6207a ``` #### Now decrypt it ```sh $ gecrypt -d --keyask --intext "efbebc429c8370bf84f00b0d8ccbaf7858b3b87d71ff58cb1cfefa8fb0c68094c0865565873aa8a5254ede59be46e81a4d4917e679b18cb290dbd6669cb6207a" +hello, world! ``` I won't be pasting in complete ciphertexts anymore here. I will abbreviatre them as `efbebc...b6207a`. This way it just looks tidier.