Is 128 bit encryption available.

Post Reply
Mike Buckler
Posts: 67
Joined: Thu Jan 05, 2006 10:35 pm
Location: Canada
Contact:

Is 128 bit encryption available.

Post 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.
fleal
Posts: 234
Joined: Tue Oct 25, 2005 12:39 am
Location: México, DF

Post by fleal »

jbinfo
Posts: 7
Joined: Mon Aug 28, 2006 1:33 pm
Location: Brazil

Post 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
Post Reply