Cryptography RSA vulnerability when e is particularily large? |
- RSA vulnerability when e is particularily large?
- Good 521 bit ECC curve for ElGamal implementation
- My interesting task
RSA vulnerability when e is particularily large? Posted: 06 Oct 2018 11:57 AM PDT I'm trying to solve a problem that goes like this: What I'm noticing is that e is large, extremely large. I don't know if the rule of choosing e so that 1 < e < φ(n) is applicable with the e value I'm given. Either way, is there some kind of exploit with an e value this large? Normal values of e are things like 3 or 65537. Does e being this massive number say anything about the rest of the variables (p, q, d, etc)? [link] [comments] |
Good 521 bit ECC curve for ElGamal implementation Posted: 06 Oct 2018 04:19 PM PDT Hello Everyone, I'm writing a demonstration cryptosystem (FinCrypt, I know the name is bad) and was wondering what 521 bit ECC curves are available for use in ECC ElGamal encryption. I am open to using lower bit size curves if they are at least as secure as 4096 bit RSA. I'm using the Weierstrass form, so I need to use a secure, 521 bit key. E.G: y2 = x3 + a4x + a6 Additionaly, how do I take one of the hex-encoded base points in the definition of a curve and turn it into raw python ints suitable for putting in my program? Thanks! [link] [comments] |
Posted: 06 Oct 2018 03:20 AM PDT I am novice in cryptography and I have a task that looks like f(y, K2) = K1 [link] [comments] |
You are subscribed to email updates from Cryptography news and discussions. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment