|
|
|
HsCipherSDK is an Encryption Library providing an API to a suite of symmetric key cryptographic algorithms and one way hash digital signature algorithms. The library includes the following block and stream cipher modules:
* AES (Advanced Encryption Standard) - FIPS 197
* DES and Triple DES (Data Encryption Standard) - FIPS-46-1, FIPS-46-3
* ARC4 (Alleged RC4) CAST-128 (a.k.a CAST5) - RFC 2144
* Blowfish algorithm
* Twofish algorithm
* MD5 message digest algorithm - RFC 1321
* SHA-1 (Secure Hash Algorithm) - RFC 3174
* SHA-256 (Secure Hash Algorithm) - FIPS 180-2
HsCipherSDK includes s standard DLL for use from Visual C, standard DLL for use from Visual Basic and ActiveX DLL (COM object) for use from Visual C, Visual Basic or any other language supporting activeX. HsCipherSDK itself is fully written in Visual C (plain C style) and the source code is included with HsCipherSDK Plus edition
HsCipherSDK allows the calling user application to perform the following operations:
* Encrypt and decrypt memory buffers with selected algorithm and key
* Encrypt and decrypt disk files with selected algorithm and key
* Digitally sign buffers using one of selected hashing algorithms
* Digitally sign disk files using one of selected hashing algorithms
|
|
|
RFC 1341
RFC 1321
RFC editor
RFC reader
RFC 2183
RFC 2144
RFC viewer
RFC 822
rfc compliant
view RFC -------------------------
|
|
HsCipherSDK Encryption Library: http://www.hillstone-software.com/hs_cipher_sdk_setup.exe
|
|
The Internet Mail Client Control Library is a suite of ActiveX/COM objects providing SMTP (RFC 821), POP3 (RFC 1725) and MIME (RFC 1341) support for application developers. The library is suitable for use in Visual Basic, C++, Delphi and scripting languages such as ASP, VBScript/JScript and VBA.
Support for SOCKS 4 and 5 proxies is built into the SMTP and POP3 objects together with support for standard SMTP and POP3 proxies. ESMTP authentication is supported in the SMTP object. The Message Object Model provides a simplified, but flexible, implementation of the MIME standard including support for multipart MIME messages and the standard encoding mechanisms.
A COM interop assembly is included for .NET developers.
CSMail Developer Edition: http://www.codestone.ltd.uk/software/bin/csmail/csmail.exe
|
|
|
|