About the IDS I’m developing

I've been researching all summer, both in home automation with Python, zero trust architecture, distributed software and big data with Scala/Spark/Java, a cybersecurity project in which I discovered a, in my opinion, very serious flaw in YouTube and video providers, as it literally allows the exfiltration of confidential information from the attacked company by saving…

Playing with encrypting executables using python.

cypher_main.py will encrypt using AES main.py, immediately decrypt it and finally execute it. Displays a header and the base64-decrypted executable. The idea is that a bad guy would try to encrypt a payload using AES so that the victim gets an encrypted payload, immediately decrypts it with a password that only the attacker knows, does…