Kyle-Pu / CTF-Tools

A suite of tools I'm creating to help out with CTFs!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTF-Tools

A suite of tools I'm creating to help out with CTFs!

Programs

  • rot13Decoder.py: Decoding strings using rot13, a letter substitution cipher.
    • Converts all letters to ASCII, shifts letters 13 units to the right (with a wraparound back to 'a' if the shifted letter goes beyond 'z'), and applies uppercase if the original string had an uppercase character in that position!
  • MORE COMING SOON!!!

References

What I Like to Use

I code in the terminal using vim

About

A suite of tools I'm creating to help out with CTFs!


Languages

Language:Python 100.0%