No description
Find a file
2024-12-23 23:59:18 +01:00
classes Try implement square-free factorization and division for GFPoly 2024-12-23 23:59:18 +01:00
test_cases Try implement square-free factorization and division for GFPoly 2024-12-23 23:59:18 +01:00
.gitignore fix: update .gitignore to exclude padoraserv.py 2024-12-23 23:29:55 +01:00
.pre-commit-config.yaml chore: add pre-commit configuration for Ruff linter and formatter 2024-11-17 14:36:24 +01:00
crypto.py feat: add GCM decryption implementation and fix padding for AD and ciphertext 2024-12-01 21:39:13 +01:00
kauma Add initial implementation of kauma script and wrapper functions, along with .gitignore 2024-11-06 16:09:27 +01:00
kauma.py feat: add context manager for execution time measurement in main function 2024-12-01 13:09:21 +01:00
padding_oracle.py Try using my old padding oracle function, better than nothing :) 2024-12-23 23:03:05 +01:00
README.md Add: readme 2024-11-04 13:09:26 +01:00
test_kauma.py fix: handle unimplemented functions in test cases and improve error handling 2024-11-26 18:17:08 +01:00
test_utils.py refactor: run auto formatting 2024-11-17 14:02:39 +01:00
utils.py feat: implement GCM encryption; update sea128_encrypt for variable plaintext length 2024-12-01 21:05:52 +01:00
wrapper.py Try implement square-free factorization and division for GFPoly 2024-12-23 23:59:18 +01:00

Kasimir Weilandt kauma Aufgaben Repository

Dieses Repository enthält die Bearbeitung der Aufgaben zum Modul Kryptoanalyse von Kasimir Weilandt.