Thanks for your remind. I've checked that patch, but seems it wont' be supported soon.
I've also have a view on the pkcs1 relative code in the patch, but so confused to use it.
Since i only need a solution to fix the PKCS1 problem now to get a similar result of the RSA javascript implemention(http://www-cs-students.stanford.edu/~tjw/jsbn/), I wonder if there is any code snippets i can use to fix the PKCS1 in RSA python ...
There is a javascript RSA implemention available here:http://www-cs-students.stanford.edu/~tjw/jsbn/
I'm working on RSA encryption with PKCS1 using Python to get the similar results of the javascript implemention.
I have used the rsa implemention packgage for pythonhttp://stuvel.eu/rsa, however, the implemention seems not to support the PKCS1 alogrithm.
I'm also checked other rsa implemention for python, but seems no...
Leave a comment: