by Fath Software - Product Type: Component / ActiveX OCX / ActiveX DLL
Add encryption and decryption capabilities to your applications. FathCrypt is an ActiveX control and COM component you can use to encrypt your sensitive data with state-of-the-art 256-bit AES (Rijndael) encryption. FathCrypt also features MD5 / SHA-1 / SHA-2 (up to 512 bits) file or string digest, Diffie-Hellman key-agreement protocol methods and Base64 encode/decode methods. FathCrypt has method to encrypt and decrypt strings or files. You can even encrypt and decrypt files from/to memory. FathCrypt includes VB.NET and VB6 sample programs.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 97.02 | 1 Developer License | Verify | Download (1.0 MB) |
| Add to Cart | $ 67.91 | 2-5 Developer License - price per license | Verify | Download (1.0 MB) |
| Add to Cart | $ 58.21 | 6-10 Developer License - price per license | Verify | Download (1.0 MB) |
| Add to Cart | $ 48.51 | 11 and above Licenses - price per license | Verify | Download (1.0 MB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed, including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.

FathCrypt is an ActiveX control and COM component you can use to encrypt your sensitive data with state-of-the-art 256-bit AES (Rijndael) encryption. FathCrypt has method to encrypt and decrypt strings or files. You can even encrypt and decrypt files from/to memory.
FathCrypt Features:
FathCrypt Sample Code
FathCryptCtrl1.Key="password"
FathCryptCtrl1.EncryptFile "open.txt","crypted.txt"
FathCryptCtrl1.DecryptFile "crypted.txt","open.txt"
Dim encText As String
encText = FathCryptCtrl1.EncryptData("my password")
Print encText
Print FathCryptCtrl1.DecryptData(encText)