Ari24-cb24 / python-crackmes

I've created some python crackmes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-crackmes/obfuscated python code

I've created some python crackmes.

Some crackmes (or shall I call them obfuscated python code :)) in the beginner levels may seem complicated but they aren't!
Use a bit of your time and figure it out. They aren't that hard, trust me.

How to solve

Most of them require an user input to check the key so you could run the program

Fowe

Some people asked me if they could edit the code.
You are allowed to edit the code in Fowe in order to deobfuscate but you are not allowed to execute the program itself.
Basically you can do everything you want with the program except executing.
Hope that clears everything!

Difficulties

The folder name is the difficulty level of the crackme

  • 1: eZ
  • 2: Beginner
  • 3: Normal
  • 4: Hard
  • 5: Expert
  • fowe: You have to find out what the program does without executing the program itself. Your key/flag shall be the name of the algorithm!
  • experimental: These are new crackmes where I am not sure if they are good how they are. You can still try to solve them and give me some feedback on it

Note

This repo is only for fun
If you want to contribute, just do it.

Contributors

Pep8

About

I've created some python crackmes.


Languages

Language:Python 100.0%