Update README.md

pull/29/head
Chenyang Yu 2020-04-15 20:52:58 -07:00 committed by GitHub
parent 586ad29939
commit c02517ec87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ def root3rd(x):
return y
```
* RSA: Weiner's Little D Attack
* RSA: Wiener's Little D Attack
The telltale sign for this kind of challenge is an enormously large `e` value. Typically `e` is either 65537 (0x10001) or `3` (like for a Chinese Remainder Theorem challenge). Some stolen code available here: [https://pastebin.com/VKjYsDqD](https://pastebin.com/VKjYsDqD)