pbes2Decrypt

Decrypt a PKCS #5 v2.0 encrypted stream key_bits = the input passphrase = the passphrase to use for decryption params = the PBES2 parameters

static if(BOTAN_HAS_PBE_PKCS_V20)
SecureVector!ubyte
pbes2Decrypt
()
(
const ref SecureVector!ubyte key_bits
,
const string passphrase
,
auto const ref Vector!ubyte params
,)

Meta