Changed from ASCII cryption to key Cryption

This commit is contained in:
monde
2017-04-25 13:05:01 -05:00
parent c82d81fdc1
commit fbee689234
12 changed files with 1700 additions and 329 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ public:
std::string getDecryptedMessage() const;
private:
std::string decryptedMessage;
std::string cstringToString(char[], const int&);
std::string decryptedMessage{};
};
#endif