I am developing a server / client Java application where I need to verify the authenticity of the client before sending data, I also need to encrypt the sent data after authentication and ensure its freshness
I am wondering what is the best library I can use for this?
source
share