Topic: [SOLVED] Encrypting a stream with a shared key

I have two Arm based Linux boxes now that open up a socket and talk to one another.  Data that passes back and forth is JSON and audio.

I would like to encrypt these streams using wolfSSL and a "shared key", no certificate.  So simply take a buffer on one side encrypt it and decrypt the buffer on the other side.

The "shared key" is simply entered manually on both boxes.

Could someone point me to some sample code that would get me started?

Share

Re: [SOLVED] Encrypting a stream with a shared key

Never mind...I found excellent examples in your documentation.  I thought the API was the only doc, then I found manual.

Share