walletbeat icon indicating copy to clipboard operation
walletbeat copied to clipboard

Feat: Add secure element for hardware wallets features

Open maykelxyz opened this issue 1 month ago • 1 comments

Add tracking for whether hardware wallets include a secure element chip. It’s an important security feature that helps protect private keys by keeping them isolated and safe from attacks.

maykelxyz avatar Nov 20 '25 18:11 maykelxyz

Agreed it's important. This should probably be an enum similar to the License enum, since a hardware wallet probably only has 1 such secure element chip, and it may be useful to have getter functions on it (again like License does), such as a function to get if this chip is open source or not.

polymutex avatar Nov 25 '25 06:11 polymutex