I loved locking up folders as a kid on the Windows 7 computers using batch scripts I didn't understand.
This is a small program written in C to help me consolidate by understanding of `FILE` streams, bitwise operations and memory representations of data.
## What does bytelocker do?
Bytelocker takes in 2 arguments, a file and a password. It then encrypts this file in place with an ECB cipher.
## Why is this useful?