Kanda Foundation 0.2.0
Loading...
Searching...
No Matches
EncryptionUtils Class Reference

Static Public Member Functions

static string GetDeviceEncryptionKey (string customerIdentifier, string deviceIdentifier)
 
static byte[] EncryptString (string plainText, string encryptionKey, byte[] ivVector=null)
 
static string EncryptStringB64 (string plainText, string encryptionKey, byte[] ivVector=null)
 
static string DecryptStringB64 (string encryptedStringB64, string encryptionKey, byte[] ivVector=null)
 
static string DecryptBytesToString (byte[] encryptedData, string encryptionKey, byte[] ivVector=null)
 

Properties

static string RandomEncryptionKey [get]
 

The documentation for this class was generated from the following file: