ECDSA transaction signing on a smartcard?

4

2

I know that the underlying digitial signing method Bitcoin uses for transactions is ECDSA (sep256k1 if memory serves). I've also read a few papers about performing ECDSA signing on certain kinds of smart cards. Has anyone merged these concepts and made (or attempted to make) a smart card that can sign a transaction with an internally-held private key?

David Perry

Posted 2012-12-19T05:46:44.883

Reputation: 13 848

Answers

3

Yes, there is Smart Card Wallet project, though there seems to be no clear indication on what stage the project currently is.

There is also hardware wallet by Slush. It's not smart card based, but works pretty much the same way. Also still in development.

aland

Posted 2012-12-19T05:46:44.883

Reputation: 1 338