Plugin Information
This plugin allows players to send encrypted messages to each other. When a player wants to send an encrypted message to another player, they can use the "/encmsg" command and specify the recipient's username and the message they want to send. The plugin will then generate a random key using a secure random number generator and encode it using Base64 encoding. It will also use this key to encrypt the message using the AES (Advanced Encryption Standard) algorithm.
The plugin will then send the encrypted message to the recipient player as a clickable message. When the recipient player clicks on the message, it will run the "/decmsg" command and pass along the key and the encrypted message. The "/decmsg" command will use the key to decrypt the message and then display the decrypted message to the recipient player.
