Due to the potential security risks associated with the various SSL configuration options, the password should not be provided as straight plaintext to the server. Instead, the PyNaCl library will provide a very secure public key exchange method for passing this password from the client to the server. Should mitigate MITM attacks.
Due to the potential security risks associated with the various SSL configuration options, the password should not be provided as straight plaintext to the server. Instead, the PyNaCl library will provide a very secure public key exchange method for passing this password from the client to the server. Should mitigate MITM attacks.