Author

Topic: Hardware Wallets, Open Sourcing, and Firmware (Read 69 times)

legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
December 11, 2023, 11:29:34 AM
#4
Most of the hardware wallets have a github give at lease a basic way of compiling their firmware.
Picking on foundation devices
https://github.com/Foundation-Devices/passport2

That will get you to the point that you can see what you are installing on your hardware wallet IS what they are giving you.

As for what the firmware itself does. You would have to dive into a lot of programming knowledge to see exactly what it is doing.

That is actually more difficult because what might be seemingly benign code may actually be doing something subtly wrong.
If it is an actual mistake or deliberate is for another discussion.

-Dave
hero member
Activity: 2310
Merit: 757
Bitcoin = Financial freedom
December 11, 2023, 05:51:49 AM
#3
how to effectively carry out this verification and scrutiny process and any other thing I should know about this?

If you want to manually scrutinize the source code of firmware then you need to have a deep understanding of cryptography, and programming skills and you need to go through all the codes by yourself to find out is there any vulnerability is present in the provided code. If you know then probably know how to do that so I just assume that you haven't so just rely on the community feedback about the code.
legendary
Activity: 1568
Merit: 2581
Top Crypto Casino
December 11, 2023, 04:41:33 AM
#2
I don't mean to assume, but it doesn't seem like you have much background in software and firmware development, coding, hardware architecture or general security principles.  If you did, you probably wouldn't be asking such basic questions.  There are people who specialize in these fields that have spent years building expertise, and I don't want to discourage you, but it's best not to take on more than you can handle when tackling complex topics.
full member
Activity: 301
Merit: 132
Cashback 15%
December 11, 2023, 02:10:21 AM
#1
I'm interested in understanding of hardware wallets, open sourcing, and firmware, especially from those technical guys here who are have more knowledge about it than myself. Through my readings, I have come to understand that open sourcing the code is beneficial but only a part of the overall solution. To verify that the firmware image aligns with the published code, one needs reproducible builds and the ability to manually scrutinize the installed firmware. If you are reading this, can you help me with a good explanation to assist me understand how to effectively carry out this verification and scrutiny process and any other thing I should know about this?

Jump to: