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.
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.