Raspberry Cloud
|
#include <ConcreteEncryption.h>
Public Member Functions | |
string | encrypt (string fileID) |
string | decrypt (string fileID) |
![]() | |
string | encrypt (string fileID) |
string | decrypt (string fileID) |
ConcreteEncryption class implenemts the HomeNetworkEncryption interface uses symmetric key coding
string ConcreteEncryption::decrypt | ( | string | fileID | ) |
Decrypts the message
fileID | the path of the file to decrypt |
string ConcreteEncryption::encrypt | ( | string | fileID | ) |
Encrypts the message
fileID | the path of the file to encrypt |
ConcreteEncryption implementation