Issue #2 added feature to generate a new default key
This commit is contained in:
+4
-3
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user