Issue #2 added feature to generate a new default key

This commit is contained in:
amazing-username
2017-04-28 16:01:22 -05:00
parent 222f0c607b
commit e38f10e759
13 changed files with 161 additions and 144 deletions
+4 -3
View File
@@ -1,16 +1,17 @@
#ifndef DECRYPTION_H
#define DECRYPTION_H
#include <fstream>
#include <string>
#include<fstream>
#include<string>
#include "Cryption.h"
#include"Cryption.h"
class Decryption : public Cryption
{
public:
Decryption();
~Decryption();
Decryption(const std::string&);
void setDecryptedMessage(const std::string&);