Explanied what is being encrypted
This commit is contained in:
parent
b55c6ef5ec
commit
a84174349c
@ -2,6 +2,10 @@
|
|||||||
This is a small project to send encrypted form data to a recipient.
|
This is a small project to send encrypted form data to a recipient.
|
||||||
The data is encrypted using the form recipient's PGP key.
|
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
|
## Requirements
|
||||||
Apache/NGINX with PHP and the GnuGP PHP module. The module is installed with
|
Apache/NGINX with PHP and the GnuGP PHP module. The module is installed with
|
||||||
`apt install php-gnupg` on Debian and Ubuntu systems.
|
`apt install php-gnupg` on Debian and Ubuntu systems.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user