![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cPKCS.h>
Static Public Member Functions | |
static HRESULT | ParsePBE_sha1_rc4_128 (const cASNBuf &pbe_params, bool bEncodeMode, const cMemBlock &password, const cMemBlock &data, BYTE *output) |
static HRESULT | ParsePBE (const cASNBuf &pbe_params, bool bEncodeMode, SSL_Cipher_TYPE eCipherType, SSL_Hash_TYPE md_type, const cMemBlock &password, const cMemBlock &data, BYTE *output) |
https://en.wikipedia.org/wiki/PKCS_12 used for key reading. PKCS stands for "Public Key Cryptography Standards" helper used by cKeyWrap reader for OID_PKCS12_PBE_SHA1_RC4_128
|
static |
called from cKeyWrap using cOID::FindPkcs12Pbe() PKCS12 Password Based function (encryption / decryption) for cipher-based and md-based PBE's
|
static |
OID_PKCS12_PBE_SHA1_RC4_128 PKCS12 Password Based function (encryption / decryption) for pbeWithSHAAnd128BitRC4