Method | Description | |
---|---|---|
Decrypt ( string encryptedBase64, string password ) : string |
Method | Description | |
---|---|---|
decryptAesCbcPkcs7 ( byte encrypted, byte key, byte iv ) : byte[] | ||
hmacIsValid ( RNCryptor.PayloadComponents components, string password ) : bool | ||
unpackEncryptedBase64Data ( string encryptedBase64 ) : RNCryptor.PayloadComponents |
public Decrypt ( string encryptedBase64, string password ) : string | ||
encryptedBase64 | string | |
password | string | |
return | string |