Explanied what is being encrypted

This commit is contained in:
Jack-Benny Persson 2023-01-20 11:49:52 +01:00
parent b55c6ef5ec
commit a84174349c

View File

@ -2,6 +2,10 @@
This is a small project to send encrypted form data to a recipient.
The data is encrypted using the form recipient's PGP key.
Please note that this only encrypts the email being sent from the webserver
to the recipient. You still need to protect the data being transmitted
between the browser and the server, for example with HTTPS.
## Requirements
Apache/NGINX with PHP and the GnuGP PHP module. The module is installed with
`apt install php-gnupg` on Debian and Ubuntu systems.