PFW ACM's CTF Practice

PFW ACM's CTF Practice

Home Resources OSINT Cryptography Password Cracking Wi-Fi Analysis Log Analysis Network Analysis Forensics Reverse Engineering Web Application

Cryptography

Cryptography is the process of hiding or encoding information so that only those intended to read the message can.

In this section we will be identifying common ciphers used and how to decode them.

NOTE:
We call the text we are decoding 'Ciphertext' and the text we feed in or get out of the encryption algorithm 'Plaintext'.

Challenges