Raspberry Cloud
|
#include <HomeNetworkEncryption.h>
Public Member Functions | |
string | encrypt (string fileID) |
string | decrypt (string fileID) |
HomeNetworkEncryption abstract class Provides interface to encrypt or decript communication
string HomeNetworkEncryption::decrypt | ( | string | fileID | ) |
Decrypts the message
fileID | the path of the file to decrypt |
string HomeNetworkEncryption::encrypt | ( | string | fileID | ) |
Encrypts the message
fileID | the path of the file to encrypt |