megapy/src
Ethan Dalool 1e96d9b435 Fix v1 login by calculating public exp instead of hardcode 257.
The code was using a hardcoded 257 as the RSA public exponent, but
it was raising RSA Invalid Construct. From reading MEGA's webclient js
I found that the public exponent sometimes defaults to 257, but in
other cases is calculated from a modular inverse on the private
exponent and phi=p-1*q-1.
2020-03-09 15:13:12 -07:00
..
mega Fix v1 login by calculating public exp instead of hardcode 257. 2020-03-09 15:13:12 -07:00
tests Fixes download, updated download methods to return downloded path instead of None 2019-11-12 09:49:57 +00:00