Closed y3k00000 closed 1 year ago
from Document
MD5 - A legacy algorithm, not considered cryptographically secure. Only selected boards, targeting interoperability with legacy applications, will offer this.
I think this is another board supporting issue.
Hi @y3k00000 have you yet gotten this to work, I tried this repo back in the day. It seemed to not work at all even if you compiled it and put it on a device?
@MATTYGILO After the u2f was built and uploaded to the board you'll need to manually copy files from Here into the board's /lib directory.
If hashlib on your board doesn't provide the md5() then you'll have to edit the copied py files and comment out all md5() related calls.
Then you can begin importing the module and see if it's working.
@y3k00000 if you can confirm that it works we can close the issue, tnx
@dmazzella The importing is ok now. 👍
But when I tried running ecdsa test
It seems a further fix is required.
Tested and it's ok now.
As title, found this issue when installing .py files to my pico_w.
I currently comment out the occurrences of hashlib.md5 to make it work.