TrezorPass
TrezorPass copied to clipboard
does this work on windows?
Hey man, looks like youve gone ahead and made something the trezor devs should have made a LONG time ago.
Ive been bugging them on reddit daily that they need something like this for the password manager, no idea why they havent made it yet.
this is AWESOME.
but does it work on windows? thanks
It should. However getting the dependencies there might be a bit tricky. You need PyQt, trezor-lib and python. Maybe it would be easier to make it run in the linux subsytem of windows or whatever is it called.
OK great, thank you for looking at this question and giving a great quick answer.
Ive been looking around on github, found lots of cool things. Any suggestions for how to look to see if there anything malicious in any github repos I may want to try? thanks.
I don't think there is much chance to randomly find something malicious on github (without it being marked clearly). However detecting malicious content is algorithmically undecidable (due to Turing theorem), so only way to really know is to read the code.