Messaging
When interacting with Melcor for the first time, the user needs to create private and public encryption keys (asymmetric encryption).
The public key will be recorded in the application contract, and the private key will be encrypted using AES encryption with your password and recorded in localStorage.
Storing your public key in the contract is necessary for secure encryption of the symmetric encryption key by the vendor and writing it to the application contract.
If you are using multiple devices, you will need to restore the encryption key. Read encryption key recovery