Re: libsodium and encryption

2016-04-27 Thread Alexander Burger
On Tue, Apr 26, 2016 at 11:56:55AM +0300, Mike Pechkin wrote: > How you would add encryption in this example if server and client in > public internet and communications should be encrypted ? > http://rosettacode.org/wiki/Distributed_programming#PicoLisp This is what bin/ssl (src/ssl.c) is for.

Re: libsodium and encryption

2016-04-26 Thread Rowan Thorpe
On 26 April 2016 at 11:56, Mike Pechkin wrote: > hi, > > 1 > . How you would add encryption in this example if server and client in > public internet and communications should be encrypted ? > http://rosettacode.org/wiki/Distributed_programming#PicoLisp I'm not sure if you are interested in (A) "

libsodium and encryption

2016-04-26 Thread Mike Pechkin
hi, ​1​ How you would add encryption in this example if server and client in public internet and communications should be encrypted ? http://rosettacode.org/wiki/Distributed_programming#PicoLisp 2. Are anyone interested in libsodium example (integration, implementation) of client-server crypto c