cryptoeasy
Основы RSA 1 (RSA Basics 1)
hackerlab
Task: RSA-encrypted message with public key (n, e) and one prime factor p provided as extra data. Solution: Calculate q from n/p, compute private exponent d using modular inverse, decrypt ciphertext.
$ ls tags/ techniques/
Integer to bytes conversionRSA decryption with known prime factorModular inverse calculation for private exponent
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Create a free account with GitHub, then upgrade to Pro.
$ssh [email protected]