Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cover padding problems #36

Open
dbosk opened this issue Feb 4, 2020 · 1 comment
Open

Cover padding problems #36

dbosk opened this issue Feb 4, 2020 · 1 comment

Comments

@dbosk
Copy link
Member

dbosk commented Feb 4, 2020

We should have a part on padding. That's kind of essential for practice.

@dbosk dbosk added this to the v2020 milestone Feb 5, 2020
@dbosk
Copy link
Member Author

dbosk commented Mar 8, 2020

Consider Mats' RSA example:

N is 2048 bits. Message m is 512 bits. Encryption key e = 3. c = m^3 (mod N) can be decrypted by taking the cube root (over Z, not Z_N) of the ciphertext.

@dbosk dbosk changed the title Padding Cover padding problems Mar 8, 2020
@dbosk dbosk removed this from the v2020 milestone Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant