sqRSA

Cryptography · BearcatCTF 2025 · Sean

Problem

Description
473B
Open
1KB
Open

Solution

The technique used in this code is a method for solving a cryptographic challenge where the ciphertext c is encrypted using RSA-like encryption with small exponent e = 2. The key idea is to leverage the Chinese Remainder Theorem (CRT) and square roots modulo prime numbers to recover the plaintext.

Flag: BCCTF{Don7_b3_4_squArE_ac6c54f792c90a69b8}::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Last updated