Encrypt

Release Notes

The Sapphire Encrypt Utility is designed for eVB and VB.NET developers allowing an application to encrypt or decrypt a given file or text using symmetric encryption provided by the RC2 40-bit key algorithm. The utility uses the Microsoft CryptoAPI functionality and a 40-bit encryption key algorithm gives over one trillion possible decryption keys. The utility is capable of doing the following:

  • Encrypt a file with a given key
  • Decrypt a file specifying a key
  • Encrypt a text string with a given key
  • Decrypt a text string specifying a key

Version History

v4.0 VB.NET Compatible