Research Article

[Retracted] A Secure Environment Using a New Lightweight AES Encryption Algorithm for E-Commerce Websites

Algorithm 1

The proposed lightweight encryption algorithm.
Input: Plaintext
Output: Ciphertext
Start
Read the message to be encrypted
Perform padding
Perform zigzag
Perform lightweight AES
End