We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refer
The text was updated successfully, but these errors were encountered:
The client make new secret key that client wants to use for socket communication. The client send the secret key to server using RSA public key. The server decrypts the secret message using the private key. The server check the secret key to ensure that it meets the rules. If you are satisfied with rule, Server send a "success" message to the client. Now, They communicate by using AES encryption using the secret key that they selected.
new secret key
the secret key
Sorry, something went wrong.
banksemi
devhkyu
EunAhChoi
No branches or pull requests
refer
The text was updated successfully, but these errors were encountered: