Changed from ASCII cryption to key Cryption
This commit is contained in:
+1
-2
@@ -9,7 +9,6 @@
|
||||
class Encryption : public Cryption
|
||||
{
|
||||
public:
|
||||
|
||||
Encryption();
|
||||
Encryption(const std::string&);
|
||||
|
||||
@@ -19,7 +18,7 @@ public:
|
||||
std::string getEncryptedMessage() const;
|
||||
|
||||
private:
|
||||
std::string encryptedMessage;
|
||||
std::string encryptedMessage{};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user