public static string GetFingerPrint() { // TODO return(LexEncryptionService.Sha256("DummyFingerprint")); }
public static string GetDataKey(string productId, string key) { return(LexEncryptionService.Sha256(productId + key)); }