Refractoring

This commit is contained in:
amazing-username
2017-06-23 18:01:42 -05:00
parent d82b286ec9
commit 6c1f92ea30
14 changed files with 254 additions and 103 deletions
-3
View File
@@ -19,7 +19,6 @@ public:
friend class Encryption;
friend class Decryption;
friend class KeyManagementWindow;
private:
void populateSymbols();
@@ -46,8 +45,6 @@ private:
std::string defaultKeyFileName{"default_keys.txt"};
//KeySize show equal the value in key
const int keySize{5};
const int totalCharacters{63};
char key[5]{};
};
#endif