About

Below are some problems related to computer security (specifically poorly implemented security). Do Them. You are free to use any language and environment you like to complete them. The problems require familiarity with programming, but not necessarily with applied cryptography or computer security in general. An understanding of how some of the algorithms and tools in the problems work will be of use, so as a starting point you can find some resources to help you begin here. If this topic is new to you, you may want to start with the Tutorial Problems.

Problems

Breaking PDF Passwords

Fast hashes are easy to brute force, let's apply this to an actual scheme

Solved by 50
Vigenère + Rail Fence

Good luck

Solved by 48
CBC Padding Attack

CBC is one of the best modes of operation for block ciphers, but even leaking a tiny amount of information is enough to completely undermine its security.

Solved by 46
Optimal Backpack Allocation

Learn how to pack for a trip to Vegas

Solved by 25
previous 1 2 3 ... 7 8 9 10 11 next