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,15 +1,16 @@
#ifndef ENCRYPTION_H
#define ENCRYPTION_H
#include <fstream>
#include <string>
#include<fstream>
#include<string>
#include "Cryption.h"
#include"Cryption.h"
class Encryption : public Cryption
{
public:
Encryption();
~Encryption();
Encryption(const std::string&);
void setEncryptedMessage(const std::string&);