cryptoProeasy
Based base
taipanbyte
Task: Decode four differently encoded strings to assemble the flag. Solution: Identify each encoding by character set signatures: Base64 (= padding), Base32 (uppercase + 2-7), Base45 (* character), Base58 (no 0OIl), decode each part and concatenate.
$ ls tags/ techniques/
base64_decodebase32_decodebase45_decodebase58_decodeencoding_identification
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Sign in with GitHub to continue. No email required.
$sign in$ grep --similar
Similar writeups
- [crypto][Pro]Bazirovanaya baza (Based Base)— duckerz
- [crypto][Pro]Одноразовый блокнот (One-Time Pad)— hackerlab
- [crypto][Pro]Basic Workout— crypto-kids20
- [crypto][Pro]Caesar— taipanbyte
- [crypto][Pro]Composite— taipanbyte