- AES256 (PBKDF2)
- AES-EAX
- Public-Key Encryption Multiple Receipients possible
- contact form on your website
Public-Key Cryptography in the browser
A visitor can send you a message which gets encrypted on the client side, then submitted via mail to you auto-decrypted via enigmail or similar
- encrypt/decrypt messages without the need for gpg software
- generate key-pairs offline
You can select between
- RSA4096
- ECC EdSA386
PublicKeys are not uploaded!
You have to share them yourself
or upload them manually
- OpenPGP implementation for JavaScript https://openpgpjs.org
- JQuery https://jquery.com (not necessarily)