├── LICENSE ├── README.md ├── aes-gcm ├── aes_gcm_forgery.py └── aes_gcm_forgery_test.py └── chacha-poly1305 ├── chacha_poly1305_forgery.py └── chacha_poly1305_forgery_test.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tl2cents/AEAD-Nonce-Reuse-Attacks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tl2cents/AEAD-Nonce-Reuse-Attacks/HEAD/README.md -------------------------------------------------------------------------------- /aes-gcm/aes_gcm_forgery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tl2cents/AEAD-Nonce-Reuse-Attacks/HEAD/aes-gcm/aes_gcm_forgery.py -------------------------------------------------------------------------------- /aes-gcm/aes_gcm_forgery_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tl2cents/AEAD-Nonce-Reuse-Attacks/HEAD/aes-gcm/aes_gcm_forgery_test.py -------------------------------------------------------------------------------- /chacha-poly1305/chacha_poly1305_forgery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tl2cents/AEAD-Nonce-Reuse-Attacks/HEAD/chacha-poly1305/chacha_poly1305_forgery.py -------------------------------------------------------------------------------- /chacha-poly1305/chacha_poly1305_forgery_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tl2cents/AEAD-Nonce-Reuse-Attacks/HEAD/chacha-poly1305/chacha_poly1305_forgery_test.py --------------------------------------------------------------------------------