Hello there,
Now I'm working in the open-source project. This project is about implementing a secure messaging system.
Now I'm trying to find a good c++ model to embedded into the project in order to make the messaging process more secure.
I'm searching about model which is capable to produce the following services:
1- Message Integrity.
2- Message confidentiality.
3- Message Authenticity and Authorization.
4- Message non-repudiation.
Thanks.
Start Free Trial