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
+3 -3
View File
@@ -1,15 +1,15 @@
#ifndef CRYPTION_H
#define CRYPTION_H
#include <fstream>
#include <string>
#include<fstream>
#include<string>
class Cryption
{
public:
Cryption();
~Cryption();
Cryption(const std::string&);
//void setMessage(const std::string&);
std::string getMessage() const;
protected: