COS-3DES

COS-3DES is a Caché implementation of Triple Des encryption algorithm. It is written as a class for this Object Database.  Information on InterSystems Corp and Caché can be found at http://www.intersystems.com.

Since Triple DES is made up of DES, the class also supports DES although these modules have not been tested.

For Triple Des the following entry points should be used:

Encryption

s result = ##class(ACB.DES).DES3Dec(<cipher text>,<key>)

Decryption

s result = ##class(ACB.DES).DES3Dec(<clear text>,<key>)

 

The untested entry points for DES are

Encryption

s result = ##class(ACB.DES).DESDec(<cipher text>,<key>)

Decryption

s result = ##class(ACB.DES).DESDec(<clear text>,<key>)

 

Please forward any comments, corrections or enhancements to chribonn@vol.net.mt.

Chris Bonnici

SourceForge Logo