Tagged Questions
2
votes
1answer
86 views
efficient authentication with broadcast encryption?
(I am not a crypto expert, so I apologize if the terminology I use is incorrect.)
Suppose I have the following simple broadcast encryption scheme for securely sending content to $n$ authorized ...
0
votes
1answer
364 views
AES GCM symmetric encryption of data at rest in c#, ciphertext much longer than plaintext
I've written encryption/decryption routines using AES GCM. Code can be found here.
I recently realized that the cipher text is longer than I believe it should be. It should add the tag and IV onto ...