Score:1

CrypTool RSA Features

in flag

I am attempting to manually encrypt a plaintext message (message = MI) using RSA.

Manual Encryption of Plaintext Message

I receive an answer of: 33,264 and 21,164.

When I enter the same plaintext into CrypTool to confirm that my calculations were correct, I receive a different answer:

CrypTool Screenshot

What am I doing incorrect? How can I obtain the same result as CrypTool?

Yves avatar
cn flag
I checked it with version 1.4.42: When using the default setting of CrypTool 1 it works well and shows the results you expected. This fits with the answer of Peregrinus.
Score:2
si flag

"The Input text will be separated into segments of Size 2 (the symbol '$' is used as a separator)."

Emphasis mine. It's not encrypting one character at a time, it's encoding "MI" to the number $360$, then computing $360^{11}\mod40741=11807$. It's doing this because you changed some of the "Alphabet and number system options..." settings.

Of note, this is demonstrating textbook RSA, not real RSA as used in practice. Real RSA uses special "padding" schemes to prevent several possible attacks. Textbook RSA is one of the several steps in real RSA encryption (or more commonly signatures).

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.