diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-04-01 20:55:25 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-04-01 20:55:25 +0200 |
| commit | a5e84c786280f373f70d20f3464883d1bc54f60b (patch) | |
| tree | 7eadc8c8726dd06487d925eeb188aee5cd0f05e2 /chall | |
| download | cscg2024-cry2-master.tar.gz cscg2024-cry2-master.zip | |
Diffstat (limited to 'chall')
| -rw-r--r-- | chall/description | 5 | ||||
| -rw-r--r-- | chall/intro-crypto-2.zip | bin | 0 -> 1142 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/chall/description b/chall/description new file mode 100644 index 0000000..795005f --- /dev/null +++ b/chall/description @@ -0,0 +1,5 @@ +If you give a user some data and read it from the user later (e.g. when using cookies), you have to ensure the user has not tampered with it. + +This challenge implements a simple, but insecure MAC scheme. + +https://en.wikipedia.org/wiki/Message_authentication_code diff --git a/chall/intro-crypto-2.zip b/chall/intro-crypto-2.zip Binary files differnew file mode 100644 index 0000000..28176d5 --- /dev/null +++ b/chall/intro-crypto-2.zip |
