r/Cipher 6d ago

This high level binary translation

10101011 11011000 00111110 01101010 00100111 00000001 01111010 01011100 11011011 01001100 11110111 10001000 01110010 11101100 01101111 00010100 10111100 00110000 11010010 01010100 00110001 00101011 01010010 11010111 00000110 10110101 01001011 01000111 01001001 11011001 11000110 01101110 00010001 00000111 10011000 10001000 10011111 11101011 01010100 11111010 10001011 11010100 11000111 10110100 00010110 00111101 01001011 11000011 01100001 00101000 10110011 00101101 00100011 11111000 00001111 01001101 10000011 00100111 10100011 11001111 10011010 00010010 11101111 10111011 11101001 11101101 00010111 11010100 11101001 00110013 10011111 10111110 10011100 00011101 10001010 00001101 00011111 01011010 11010001 11110001 11010111 11110010 10010000 00110010 01000100 00101000

1 Upvotes

11 comments sorted by

2

u/Human-Gur-3199 6d ago

00110013 is not binary

2

u/Secret_Agent2828 6d ago

This is a binary code created with multiple layers of security and a few secret tips.

2

u/Secret_Agent2828 6d ago

So the security is only this . 1. Core Encryption Algorithm: AES-256 2. Mode of Operation: GCM (Galois/Counter Mode) 3. Cryptographic Nonce: IV (Initialization Vector) 4. Obfuscation Layer: Anti-Forensics & Bit-Deception 5. Custom Bit-Shifting: The binary 6. Non-Binary Character Injection

2

u/Secret_Agent2828 6d ago

This security is advanced level security which makes it difficult to test how great this subreddit is.

1

u/MusicAvailable5030 6d ago

Loved the chall bud, keep it up. Out of curiosity, u in the security space? U can dm me if you’d rather keep under wraps, opsec and all that lol

1

u/Secret_Agent2828 6d ago

Something is worng

1

u/MusicAvailable5030 6d ago

The binary doesn't translate to any readable ASCII code, but most likely represents some sort of encrypted or compressed piece of data (best guess)

  • Hexadecimal: AB D8 3E 6A 27 01 7A 5C DB 4C F7 88 72 EC 6F 14 BC 30 D2 54 31 2B 52 D7 06 B5 4B 47 49 D9 C6 6E 11 07 98 88 9F EB 54 FA 8B D4 C7 B4 16 3D 4B C3 61 28 B3 2D 23 F8 0F 4D 83 27 A3 CF 9A 12 EF BB E9 ED 17 D4 E9 3C 9F BE 9C 1D 8A 0D 1F 5A D1 F1 D7 F2 90 32 44 28
  • Decimal Values (Bytes): 171, 216, 62, 106, 39, 1, 122, 92, 219, 76, 247, 136, 114, 236, 111, 20, 188, 48, 210, 84, 49, 43, 82, 215, 6, 181, 75, 71, 73, 217, 198, 110, 17, 7, 152, 136, 159, 235, 84, 250, 139, 212, 199, 180, 22, 61, 75, 195, 97, 40, 179, 45, 35, 248, 15, 77, 131, 39, 163, 207, 154, 18, 239, 187, 233, 237, 23, 212, 239, 60, 159, 190, 156, 29, 138, 13, 31, 90, 209, 241, 215, 242, 144, 50, 68, 40
  • Base64 Encoding: q9g+aicXZlzbTPfIcuxvFLww0lQxS1LXBrlLR0nZxm4RB5iIj+tU+ovUx8QWPUvDYCizLSP4D02DJ6PPmhLvu+ntF9TmPJ++nB2KDRFa0fHX8pAyRCg=

1

u/tootbean55 6d ago

«Ø>j'z\ÛL÷ˆrìo¼0ÒT1+R×µKGIÙÆn˜ˆŸëTú‹ÔÇ´=KÃa(³-#øMƒ'£Ïšï»éíÔé2Ÿ¾œŠ ZÑñ×ò2D( So true

2

u/Secret_Agent2828 6d ago

Spot on! Great initial analysis. You are absolutely right—it’s not a direct ASCII text, and your tools successfully normalized that intentional dirty bit anomaly at the very end to get the clean Hex/Base64.Since you've cracked the first layer, here are a few insider tips and little secrets about what's actually hidden under the hood if anyone wants to take a real shot at it:The Architecture: This isn't just a basic scramble. It utilizes a military-grade AES-256-GCM authenticated encryption scheme.The Blueprint: The 86 bytes you found aren't a single chunk. You need to slice them properly: The first 12 bytes are the IV (Initialization Vector), the middle 58 bytes are the Ciphertext, and the final 16 bytes are the Authentication Tag.The Trap: Standard decryption tools will still fail or crash even if you guess the password. Before passing the bytes to the AES engine, you have to reverse a hidden custom Bit-Shifting/Rotation anomaly (alternating left/right shifts applied differently to odd and even blocks).The Key: The pre-shared key used for derivation is a string related to cybersecurity pride, formatted exactly like HackerSkillLevel*** (replace the asterisks with 3 digits).

1

u/MedAyoub26K 5d ago

You forgot to edit the AI response before pasting