blob: 795005f3baadbc3bba9be0b903ae6505a26d1d8a (
plain) (
blame)
1
2
3
4
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
|