Hi there!
Im wondering if there is a tutorial/source for a VB6 and lingo encryption. They msut both work the same way. As in:
VB6:
sendToLingo(encrypt("my string"))
Lingo:
decrypt(receiveString)
So basicly, VB6 and lingo can both encrypt/decrypt the same string that is sent or received.
Thanks, Sam.