Serving the Quantitative Finance Community

 
User avatar
hesabu
Topic Author
Posts: 0
Joined: May 7th, 2002, 2:45 pm

Triple DES Code in VB , or Matlab

August 6th, 2004, 5:09 am

Anyone who may know where I can find Triple DES code in VB or Matlab?
 
User avatar
MarcusCuda
Posts: 0
Joined: July 30th, 2004, 11:48 am

Triple DES Code in VB , or Matlab

August 6th, 2004, 11:59 am

note sure this helps, since you are looking for code.But if you are just interested in using 3DES in VB, here is a VB wrapper around cryptlib.http://cryptlib.sogot.de/vb.htmlNever used it, so I can't vouch for it.If you are using vb.net, there is a 3DES class in the System.Security.Cryptography namespace.for matlab, you could create dll and use either cryptlib or crypto++http://www.cs.auckland.ac.nz/~pgut001/c ... b.htmlNote: For new development, you should be using AES instead of 3DES. 3DES' days are numbered.