Метод | Описание | |
---|---|---|
Decrypt ( string encryptedBase64, string password ) : string |
Метод | Описание | |
---|---|---|
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 | |
Результат | string |