gngrOrg / grinder

a test suite for gngr
Apache License 2.0
4 stars 1 forks source link

Sign and Encrypt communication to gngr #13

Open hrj opened 8 years ago

hrj commented 8 years ago

Symmetric encryption might be sufficient.

However, follow good advice from here. In summary, use authenticated encryption, and use something like HMAC for auth (rather than just hash).

Found that link from here.