open secure socket... using certificate
Bob Sneidar
bobsneidar at iotecdigital.com
Thu Jan 28 17:24:54 EST 2021
Agreed. All a cert does is guarantee (if I can use such a word in the security realm) that the current host is who they say they are. If simple encryption is needed, just do that.
I use unsecured sockets in one of my libraries, but I encrypt the data before I send it, then decrypt it on the other end.
Bob S
On Jan 28, 2021, at 8:40 AM, Richard Gaskin via use-livecode <use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>> wrote:
Tom Glod wrote:
> Wondering if it will be super hard to create certificate and make it
> work on localhost sockets.
Pardon my naivete, but what is the value of a secured socket in local socket comms?
--
Richard Gaskin
Fourth World Systems
Software Design and Development for the Desktop, Mobile, and the Web
More information about the use-livecode
mailing list