Home / Companies / Cloudflare / Blog / Post Details
Content Deep Dive

Concise (Post-Christmas) Cryptography Challenges

Blog post from Cloudflare

Post Details
Company
Date Published
Author
Junade Ali
Word Count
940
Language
English
Hacker News Points
-
Summary

The text presents three short cryptography challenges that can be solved with basic knowledge of hashing algorithms, HTTP Strict Transport Security (HSTS), and AES-256 encryption. The first challenge involves cracking five password hashes generated using BCrypt. The second challenge requires understanding how to strip HTTPS from a website using HSTS. The third challenge involves decrypting two images encrypted with AES-256 in CTR mode. Solutions and hints are provided for each challenge, along with an explanation of the vulnerabilities exploited in the process.