Home CTFs | 404CTF_2023 | Crypto | ASCON Marchombre
Post
Cancel

CTFs | 404CTF_2023 | Crypto | ASCON Marchombre

ASCON Marchombre

image

In this challenge, we are given an ASCON encrypted text and multiple values to be able to decrypt it.

ASCON is a lightweight authenticated encryption algorithm designed to provide security with low resource usage. It operates on a fixed-length message and key and provides confidentiality and integrity of the data. ASCON uses a permutation-based design and features a simple and efficient implementation. It is resistant to various cryptographic attacks, including differential and linear cryptanalysis. ASCON is suitable for constrained environments, such as embedded systems or Internet of Things (IoT) devices, where limited resources are available.

I found this github that allows us to decrypt the text. I took the necessary code and assembled this one. We just have to run it and… Voilà

image

The flag is 404CTF{V3r5_l4_lum1èr3.}

This post is licensed under CC BY 4.0 by the author.