|
You are here |
8051enthusiast.github.io | ||
| | | | |
www.da.vidbuchanan.co.uk
|
|
| | | | | [AI summary] A detailed writeup of a cryptographic side-channel attack challenge from the UofTCTF where the author exploits timing variations in an AES decryption implementation to recover the flag. | |
| | | | |
insinuator.net
|
|
| | | | | In symmetric-key cryptography, we typically distinguish two types of encryption schemes: block ciphers and stream ciphers. Block ciphers divide a plaintext into blocks of a fixed size (e.g., 64 or 128 bits) and encrypt one such block of data as a whole. Stream ciphers, on the other hand, consider the plaintext as a continuous stream of data. The stream cipher maintains an internal state and in ... | |
| | | | |
goggleheadedhacker.com
|
|
| | | | | This tutorial will show how two methods of implementing the AES algorithm work. It will also demonstrate how to identify these methods in Assembly when reverse engineering an application. | |
| | | | |
mirageos.org
|
|
| | | Read the post on "Introducing transport layer security (TLS) in pure OCaml" from our blog. | ||