Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 354 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 354 Bytes

crypto-analysis

Set of tools include:

  • Bytenigma implementation
  • PKCS7 padding oracle attack (client + server)
  • AES GCM ciphertext recovery for nonce reuse with Cantor-Zassenhaus

Usage

kauma file is provided with eighter a path to a JSON file or raw JSON: ./kauma anytask.json

JSON format

{
    "action": "gcm-recover",
    ...
}