Class Summary |
ClientServer |
This application launches multiple client threads connecting to a server
thread, using key-exchange and encryption in OFB mode. |
decrypt |
Decrypt standard input with the key given on the command-line and write
to standard output. |
encrypt |
Encrypt standard input with the key given on the command-line and write
to standard output. |
hash |
Compute a hash of the data on standard in and
write it to standard out. |
RetrieveSecret |
Retrieve a secret shared f.ex. |
ShareSecret |
This program shares the secret on standard input. |