Anyone here into cryptography?
50017758598588083361073011670651548440670079997336960367353566302604453353588332983761946868832293155889388285272464503149328866200660795891775514484305100909244209967343873267768814496400601937383956867267500711718972167381591129550254882724152279880772399139549071490664968028903811399017611285802114810636788708301144912549092617339988624128429433757179356489861495188504688965455108962156286840692
It's just basic RSA, I kept the ciphertext as an integer here because some parts of the text got encrypted into non-printable characters. Single-letter blocks were used where the alphabet is CP-1252 ("extended ASCII").
The deciphering key is:
d = 98028796346293008442479984722105030560144199307432188946861225581836500228788102198162948751536431788273088459507822995801550686296493930506572456849102962297005316144197390430968627393165539409962910051239047458742205232285375191017062698924273666628871958235107034844664180925059554076728217121068478174004213948051050403910234049758046226296002785785929769583469354788557746705547888672372004939475
n = 141797835368844004498316217039072507213118378028092005665724001531792266665111733708323361083491155476513071250105842892431409218446249956945951432905557124152879980145263806400821474168198397328015283468834071914434484853065940796434038638209209889395182337690945456850019390568624085293696203044492674881190182138552389845466675012935464054466373458419111857457335249053920573621166716244660972743277
I just came across RSA in a number theory book and am wondering if im doing it right. Also any resources would be nice, this stuff is actually kinda interesting. Will probably move on to elliptic curve cryptography soon.
50017758598588083361073011670651548440670079997336960367353566302604453353588332983761946868832293155889388285272464503149328866200660795891775514484305100909244209967343873267768814496400601937383956867267500711718972167381591129550254882724152279880772399139549071490664968028903811399017611285802114810636788708301144912549092617339988624128429433757179356489861495188504688965455108962156286840692
It's just basic RSA, I kept the ciphertext as an integer here because some parts of the text got encrypted into non-printable characters. Single-letter blocks were used where the alphabet is CP-1252 ("extended ASCII").
The deciphering key is:
d = 98028796346293008442479984722105030560144199307432188946861225581836500228788102198162948751536431788273088459507822995801550686296493930506572456849102962297005316144197390430968627393165539409962910051239047458742205232285375191017062698924273666628871958235107034844664180925059554076728217121068478174004213948051050403910234049758046226296002785785929769583469354788557746705547888672372004939475
n = 141797835368844004498316217039072507213118378028092005665724001531792266665111733708323361083491155476513071250105842892431409218446249956945951432905557124152879980145263806400821474168198397328015283468834071914434484853065940796434038638209209889395182337690945456850019390568624085293696203044492674881190182138552389845466675012935464054466373458419111857457335249053920573621166716244660972743277
I just came across RSA in a number theory book and am wondering if im doing it right. Also any resources would be nice, this stuff is actually kinda interesting. Will probably move on to elliptic curve cryptography soon.
