Raspberry Cloud
HomeNetworkEncryption.h
1 #ifndef _HOMENETWORKENCRYPTION_H
2 #define _HOMENETWORKENCRYPTION_H
3 
4 #include <string>
5 
6 using namespace std;
7 
13 public:
14 
19  string encrypt(string fileID);
20 
25  string decrypt(string fileID);
26 };
27 
28 #endif //_HOMENETWORKENCRYPTION_H
Definition: HomeNetworkEncryption.h:12