Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES-GCM-SIV Authenticated Encryption with Associated Data

AES-GCM-SIV AEAD implementation.

Nonce Misuse-Resistant Authenticated Encryption.

From RFC8452:

Some AEADs, including AES-GCM, suffer catastrophic failures 
of confidentiality and/or integrity when two distinct messages are
encrypted with the same key and nonce.
   
Nonce misuse-resistant AEADs do not suffer from this problem.  For
this class of AEADs, encrypting two messages with the same nonce only
discloses whether the messages were equal or not.

See RFC8452 for more details.

About

RFC8452 AES-GCM-SIV AEAD implementation in Java.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages