encryption - AES shared Key with RSA public Key -
encryption - AES shared Key with RSA public Key -
i found public private key encryption tutorial here. tutorial uses rsa public key algorithm , aes shared key algorithm.
i thinking of designing client,server architecture client keeps private key, server keeps public key. username + salt encrypted private key , sent server along aes shared key. server uses aes shared key + public key decrypt information. method secure ? there improve way utilize public-private-key authentication ?
i think supposed encrypt info public key, , decrypt private key of server. public key definition 1 exposed everyone, in case can decrypt message sent client, including aes key.
encryption aes rsa
Comments
Post a Comment