cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Encripting communications
Encripting communications
Apr 20, 2009 at 2:45pm UTC
sever
(28)
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.
Apr 21, 2009 at 1:26am UTC
PanGalactic
(1658)
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.