I need coder

Job ID: 36976585

Budget: ₹1,500 – ₹12,500 INR

I want a project which uses hybrid encryption (AES+ECC) in 3 ways to encrypt and decrypt the text message.
The three ways are :
1. In which first the plain text is encrypted using Aes and the cipher text obtained is again encrypted with ECC algorithm.
2. In the second method, the Aes key is divided into 4 parts and one of the part is encrypted by ECC and a new AES key is formed(combing all parts with the encrypted one) and with the help of new key , plain text will be encrypted.
3. In third method , the whole aes key is encrypted by ECC and then aes is used to encrypt the plain text.
I have written the code, just want some help with the code
Related categories: Encryption MATLAB