Can I access the MySQL keypair in a plugin?
I wrote a MySQL authentication plugin which currently requires the mysql_clear_password
client-side plugin. I want to utilize encryption for better security, while still enabling the server to decrypt the password and process it as plaintext.