This repository is not active
Cracked679/Form-Data-Encryption
This app encrypts form data using PHP code and then stores it into a MySQL table. For encryption and decryption string in PHP, I have used the popular AES-256 algorithm.AES uses symmetric key encryption, which involves the use of only one secret key to cipher and deciphers the information.
PHPMIT