Research Article
[Retracted] A Secure Environment Using a New Lightweight AES Encryption Algorithm for E-Commerce Websites
Algorithm 5
Proposed lightweight decryption algorithm.
| | Input: encrypted message (the encrypted order form) | | | Output: decrypted message (The decrypted order form) | | | Start | | | Read encrypted message | | | Perform lightweight AES decryption algorithm | | | Perform inverse zigzag algorithm | | | Eliminate padding and extract the message |
|