exfil

* Communication without authentication
* Browser-based encryption
* Remotely stores public key and encrypted data
* Messages overwritten on encryption
* Self Key management: bring or generate your own
* Local browser storage of keys and recipients
* Perfect data portability between systems
     Validation of Encryption
$ echo "-----BEGIN AGE ENCRYPTED FILE-----" > z
$ age -e -r age1234..abc plain.txt | base64 -w 64 >> z
$ echo "-----END AGE ENCRYPTED FILE-----" >> z
$ age -d -i age.key -o - z
Use this for good. Messages to the EXFIL ADMIN will be kept and not overwritten because we are special.