You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I have 512 bit private key only with modulus and privateExponent filled.
All other fields (publicExponent, prime1, prime2, exponent1, exponent2, coef) are zero.
I can use this key in Java or Python (RSA lib) to signing something without any problem, but phpseclib fall into errors like "division by zero" etc - because it's tried to use zero components.
But by RFC on RSA - zero components is normal behavior.