From 1ca24c8003c1bcbdd0bc431da3da426a5cf40501 Mon Sep 17 00:00:00 2001 From: Dangrain Date: Fri, 2 Aug 2024 23:00:03 +0200 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7eef998 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# README + +"Text editor" I wrote for funzies - saves files with a .dan extention, 'cause ego. A better version of dan-text-editor project. Now ciphers files with Caesar Ciphers and can read them now. Script is far longer tho. + +# HOW TO USE + +To run It, just make a folder and put the danitor.sh into the folder, run `bash danitor.sh`, other instructions are included. Saving Is done by CTRL + D. + +# HOW IT WORKS + +It works by taking the users text and running It trough a caesar cipher, moving every character by 4 letters, and even wrapping when nessecary. +Doesn't cipher numbers and special characters tho. +The .dan file extention Is there 'cause I can basically, otherwise It's praintext caesar cipher (can you tell It's my favorite cipher by now?). + +# ANYWAYS FOLKS, ENJOY!!