Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 788 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 788 Bytes

Encryption Toolbox

Tools

Synchonous Encryption

  • AES256 (PBKDF2)
  • AES-EAX

Asynchonous Encryption

  • Public-Key Encryption Multiple Receipients possible

UseCase:

  • 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

Key Generation

You can select between

  • RSA4096
  • ECC EdSA386

PublicKeys are not uploaded!
You have to share them yourself
or upload them manually

Dependencies: