Projects
2024
Breaking Python's PRNG with a few values and no bruteforce
·8 mins
Crypto
In this project, our focus will be on Python’s random implementation. We’ll demonstrate that even with a small number of outputs (as few as 6 for a 32-bit seed), it’s feasible to deduce Python’s original seed.
2022
Android Manifest Anomaly Detector
·3 mins
Mobile
AMAnDe stands for Android Manifest Anomaly Detector. It’s a new tool whose objective is to extract and gather information from an Android Manifest. When we deal with huge Manifests, it is often difficult to get all relevant datas (like deeplink URIs, exported provider, etc.) With AMAnDe all of this information is deeply analyzed and presented to you in a simple manner.
2018
Linked Pixel Steganography
·4 mins
Stegano
Linked Pixel Steganography (LPS) technique is a variant of the well-known LSB steganography. It can be applied to any type of images.