Information#
Version#
By | Version | Comment |
---|---|---|
noraj | 1.0 | Creation |
CTF#
- Name : IceCTF 2016
- Website : https://icec.tf/
- Type : Online
- Format : Jeopardy
- CTF Time : link
Description#
Over the hills and far away... many times I've gazed, many times been bitten. Many dreams come true and some have silver linings, I live for my dream of a decrypted flag. crypted
Description#
- Challenge's title is Over the Hill like the Hill cipher polygraphic substitution. Looking for ciphering matrix in a search engine will help you find it.
- Since coding is own method can take some time and because dCode won't work for Hill cipher: we will write a script using SymPy python library.
- Crypto examples avaible here.
- Install SymPy:
pip install sympy
. - Here's the script:
- And here's the flag:
IceCTF{linear_algebra_plus_led_zeppelin_are_a_beautiful_m1xture}
.