Page 1 of 1

Is 128 bit encryption available.

Posted: Thu Oct 12, 2006 4:07 pm
by Mike Buckler
I am looking for a way to create 128 bit encryption text to text in memory has anyone accomplished this. I have made sockets to pass data thru the internet and would like to use strong encrypton with them, to protect sensitive data. It would be nice to be able to use a commerical lib I feel that our end users would be more comfortable with.

Posted: Fri Oct 13, 2006 1:41 pm
by fleal

Posted: Wed Oct 18, 2006 2:52 pm
by jbinfo
mike,
take a look at the Matteo Baccan's xHarbour Socket Interface 1.05. (www.baccan.it)
there's a class called 'TDecode', it contains the 'Encode64()' method, used to make a 64 bit string encryption.

regards