Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cPKCS.cpp File Reference
#include "pch.h"
#include "Key/cPKCS.h"
#include "Cipher/cCipherWrap.h"
#include "Hash/cHashWrap.h"
#include "File/cASNReader.h"
#include "Cipher/cCipherRC4.h"
#include "Cert/cOID.h"
#include "Cipher/cCipherDES.h"
#include "GrayCore/include/HResult.h"

Namespaces

 GrayLib
 

Detailed Description

cPKCS PKCS#12 Personal Information Exchange Syntax The PKCS #12 Personal Information Exchange Syntax Standard v1.1 http://www.rsa.com/rsalabs/pkcs/files/h11301-wp-pkcs-12v1-1-personal-information-exchange-syntax.pdf ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-12/pkcs-12v1-1.asn

PKCS#5 functions PKCS#5 includes PBKDF2 and more http://tools.ietf.org/html/rfc2898 (Specification) http://tools.ietf.org/html/rfc6070 (Test vectors)