This respository should contain write-ups of (most of the) different CTF competitions that members of the West Computer Security Club has participated in, as well as any various files from coding competitions. It would be ideal to create a set of crypto tools, as well as a code snippet collection here as well.
We would love to add your contributions to the toolkit. Create a pull request to implement new things, and request review when you think it's ready to be added.
west-csc/toolkit
├── code-library
│ └── year-competition
│ ├── challenge_name.py
│ └── another_challenge.py
├── ctf-write-ups
│ └── year-competition
│ ├── challenge_name.py
│ └── another_challenge.py
├── crypto-tools
└── snippets