Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Decrypt a .p7m FileDownloads: MS Windows Visual C/C++ Libraries Linux/CentOS C/C++ Libraries MAC OS X C/C++ Libraries Solaris C/C++ Libraries C++ Builder Libraries Decrypts a .p7m file. CkByteData p7mData; CkByteData decryptedData; p7mData.loadFile("item.p7m"); CkCrypt2 crypt; crypt.UnlockComponent("Anything for 30-day trial"); crypt.put_CryptAlgorithm("pki"); bool b = crypt.DecryptBytes(p7mData,decryptedData); if (!b) { crypt.SaveLastError("errorLog.txt"); } else { decryptedData.saveFile("out.txt"); }
|
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.