Known bugs in Caesar Cipher Encryptor/Decryptor
Brought to you by:
delta552
The only bug that I have encountered so far is when tying the file path to the target file/target output, you must not have any spaces in the file name (e.g. "C:\Users\Example\Desktop\Folder with spaces\file with spaces.txt"). You must put the file in a location with no spaces in the file path (e.g. "C:\Users\Example\Desktop\Folder_without_spaces\file_without_spaces.txt").
Please report any other bugs that are encountered.