|
|
|
File and folder encryption software that seamlessly encrypts sensitive information. You can easily encrypt your private documents directly from Microsoft Word, Excel and PowerPoint applications, as well as enjoy fast and convenient encryption of all types of files using Windows Explorer. With this file encryption software you get the peace of mind that your documents are protected. If your notebook or portable drive gets lost or stolen you can rest assured that all your files remain protected with unbeatable AES 256-bit encryption.
Increased Data Portability - Secrets Keeper allows you to work safely with your private data from any machine or removable media. Dekart Secrets Keeper creates an executable file which can be opened on any PC. This means that you can decrypt your files on any computer, without having to install the application, regardless of the media you use (USB flash disk, CD, DVD, external HDD, etc.), or the way you transfer the files (email, network, removable disks...).
|
|
|
AES encryption decryption
java library pdf
Dynamic Link Library
AES 256 bit
communication library
library path
skinning library
DWG format Symbols Library
AES Data encryption
-------------------------
|
|
Dekart Secrets Keeper: http://www.dekart.com/pub/products/Secrets%20Keeper/current/English/SecKeeper.exe
|
|
Would you like to use C++ to build your own file encryption program? This real-world example source code package contains a fully functional program that encrypts and decrypts text or binary files.
This is an easy way for you to learn how to use Visual C++ with LibTomCrypt, a public domain and an ISO C cryptography library, to build your own file encryption program. Supported ciphers: aes, blowfish, xtea, rc5, rc6, safer+, twofish, safer-k64, safer-sk64, safer-k128, safer-sk128, rc2, des, 3des, cast5, noekeon, skipjack, khazad, and anubis.
In this example source codes, the symmetric block cipher chaining mode used is CTR (Counter Mode). However, LibTomCrypt also has support for other modes such as CFB, OFB, ECB, CBC.
If you use LibTomCrypt, your program does not need any external encryption DLLs or software components. There is no DLL linking so you do not need to distribute any supporting DLLs. There is only static linking using tomcrypt.lib. In addition, there are no messy COM installation problems.
LTFCrypt, a free and fully functional program that allows you to encrypt and decrypt any text or binary files can be downloaded from http://www.yeohhs.com/ltfcrypt.htm
The LTFCrypt example source code package comes with Visual C++ projects and source codes for Visual C++ 6.0 (file size 652 KB) and Visual C++ 7.x (file size 776 KB) or later.
This product comes with a 60-day money back guarantee. All purchasers are also entitled to receive the next updated version free of charge. All orders are processed via an easy and secure online shopping system.
LTFCrypt: http://www.yeohhs.com/demo/ltfcrypt.zip
LLCryptoLib: http://www.littlelite.net/llcryptolib/sw/LLCryptoLib_19_2012_Academy.zip
LLCryptoLib is a .NET library which allows programmers to easily add encryption, integrity and authentication services to their software. It is compatible with MS .NET and Novell Mono environments. It also provides shredding methods.
It offers both asymmetrical and symmetrical encryption classes and hashing functions for text and binary files plus full shredding capabilities. It also offers methods for digital certificates and public key management. It is free for non commercial uses.
It is free for students and academic purposes. Enterprise or commercial licenses must be purchased (see enclosed licensing options).
It is engineered to be easy to use and standard compliant, fully compatible with ASP.NET Web Applications and Visual C#, Visual Basic .NET, Managed C++ .NET Applications.
LLCryptoLib can be linked to managed (.NET) and unmanaged (COM) projects.
Hashing algorithms:
* CRC32
* FCS16/32
* GOST
* ADLER32
* HAVAL
* MD2/4
* MD5
* SHA1 / 224 / 256 / 384
* TIGER
* RIPEMD160
* WHIRLPOOL
Encryption algorithms:
* ROT13
* Playfair
* PseudoDES
* DES
* Triple DES
* Rijndael (AES)
* CAST5
* ARC4 - up to 2048 bits
* Blowfish - up to 448 bits
* RSA
Digital Certificates:
* PEM
* CER
* PFX
* X509
Text to binary conversions:
* Plain text (UTF8)
* Hexadecimal (with 4 styles)
* Base64
Storage Shredding algorithms
* US Department of Defense (DoD)
* Guttman Simple
* Navso P-5329-26
* German VSITR5
* HMG Infosec Standard 5
Library features:
* .NET API Compliant
(algorithms implements System.Security.Cryptography.SymmetricAlgorithm)
* Asynchronous feedback on operations through delegates
* Enum's based algorithm choice
* MSDN Style documentation on both HTML and WinHelp formats
LLCryptoLib is part of the popular Folder Crypt software by LittleLite. |
|
|
|