PHP – file encryption/decryption

To have some sort of privacy while sending/receiving messages (or files) using encryption is the first choice.

Below you can find a very simple PHP web application that allows you to encrypt/decrypt a file using your web browser (and a web server hosting the page).

Leave a comment