Encripting communications

Hello everybody,

I'm working in a client-server GNU/Linux applications and I'd need to know which functions allow us to implement an assimetric communication between.

Especially,

1) How to generate the pair of keys, and
2) How encript & decript messages.

Any idea, link...

Thanks in advance.

S.
OpenSSL is the library you probably want to use for this. They've got a web site, documentation and examples, plus lots of open source implementations to crib from. It's all just a Google search away...
Topic archived. No new replies allowed.