Cryptography · CTF · picoCTF

Mind your Ps and Qs

Link To Solve the Labs:- https://play.picoctf.org/practice/challenge/162?category=2&page=1 If you don’t know about RSA then Below is the link to the Short and Sweet tutorial you can refer to understand RSA https://www.tutorialspoint.com/cryptography_with_python/cryptography_with_python_understanding_rsa_algorithm.htm Hello Everyone, So Today we are Solving the Lab in the ‘Cryptography’ Category All the things we are doing are in Kali Linux. As you… Continue reading Mind your Ps and Qs

Cryptography · CTF · picoCTF

Mod 26

Description: – Cryptography can be easy, do you know what ROT13 is? cvpbPGS{arkg_gvzr_V’yy_gel_2_ebhaqf_bs_ebg13_GYpXOHqX} Points: 10 Hint:- This can be solved online if you don’t want to do it by hand! The Walkthrough: –  ROT13 consists in swapping the letters of the message we want to cipher with the 13th letter (which is the cipher key)… Continue reading Mod 26