repaired some attack related code
This commit is contained in:
@ -29,3 +29,7 @@ The key size is determined by the variable `KEY_SIZE` in `random_primes.js`. Thi
|
||||
variable dictates the size of _each_ prime used in the modulus, so the total key size
|
||||
is twice this value. Recommend selecting one of 512, 1024, or 2048. In fact, I recommend
|
||||
selecting 512 if you want the program to run in less than 3-5 business days.
|
||||
|
||||
Key generation will still take some time. The browser may tell you the tab is not
|
||||
responding, but just wait and it'll be fine eventually. If not, short-circuit the
|
||||
`generate_safe_prime` function in `random_primes.js` to just return a normal prime.
|
||||
|
Reference in New Issue
Block a user