Establishing safe connection in Java
In my Java project I’m trying to create a 100% secure method of communication between the method and the client. I used to use this process:
Client: generates 4096-bit RSA keypair
Client: sends public to server
Client: generates 256-bit AE… Continue reading Establishing safe connection in Java