Issue #1 #2 #4 are addressed in this commit. Added another window with controls for key management. Simple ASCII encryption
This commit is contained in:
@@ -15,10 +15,14 @@ public:
|
||||
|
||||
friend class Encryption;
|
||||
friend class Decryption;
|
||||
friend class KeyManagementWindow;
|
||||
|
||||
private:
|
||||
std::map<unsignedShort, char> decryptedCharacters;
|
||||
std::map<char, unsignedShort> encryptedCharacters;
|
||||
unsigned short startingCharacter = 97;
|
||||
unsigned short endingCharacter = 122;
|
||||
unsigned short whiteSpaceCharacter = 32;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user