This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hello, all! So, lately, I've been studying RSA encryption and, as the title of this post says, I was wondering if there is a way to remove a modulus N (N refers to any given number), given a ciphertext.
For example, given p=7, q=11, e=13, and d=37, and when given the plaintext, "Go north," we get the following ciphertext values:
62, 49, 41, 49, 73, 61, 35.
When applying mod 26 to these values, we get:
10, 23, 15, 23, 21, 9, 9.
Is there a way to remove mod 26 from these values such that we get the initial values above?
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/cryptograph...