"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.
Find a file
2024-08-02 23:02:53 +02:00
danitor.sh Added the actual text editor 2024-08-02 23:01:33 +02:00
LICENSE Initial commit 2024-08-02 22:56:07 +02:00
README.md Update README.md 2024-08-02 23:02:53 +02:00

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.

This was the original project.

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 plaintext caesar cipher (can you tell It's my favorite cipher by now?).

ANYWAYS FOLKS, ENJOY!!