Changed from ASCII cryption to key Cryption
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@ public:
|
||||
std::string getDecryptedMessage() const;
|
||||
|
||||
private:
|
||||
std::string decryptedMessage;
|
||||
std::string cstringToString(char[], const int&);
|
||||
std::string decryptedMessage{};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user