2
1
Is it technically possible to create and use dynamic private key - public key pair and use it with bitcoin?
I am not sure anything conceptually similar to this already exists. Yet, "dynamic" private - public key pair can be defined as ordinary key pair with 2FA capabilities. Both the keys regularly change per generated 2FA token.
Basically I hope the following,
- create dynamic private - public key pair, combining 2FA (like, google authenticator) and a passphrase
- this key pair can only be used for a short defined duration, or as long as 2FA token is valid
- receive funds
- chronologically old key pairs can be used to check / receive funds (or, not)
- In future, private key generated from passphrase and 2FA token can be used to spend the coins
BIP 38 is not anyway related to this.
1I don't understand the question. In step 2, you say "this key pair can only be used for a short defined duration". Used to do what? – David Schwartz – 2013-05-02T06:48:55.970
Can you explain the purpose of "dynamic keys"? – Eyal – 2013-05-02T07:11:10.280
@Eyal, I was looking for a way to make spending possible by some combination of private key + two factor authentication (like, google authenticator). I thought, it is possible through script, but I was never able to solve this. – vi.su. – 2013-05-03T09:54:05.483
The idea behnd second-factor is that it changes. There are three factors in auth: who you are, what you know, and what you have. "what you know" is password. "who you are" is a fingerprint. "what you have" is maybe a smartphone. But since the password is only ever useful once, because you can only spend once, there's no need for a changing key. – Eyal – 2013-05-03T15:22:30.573
please feel free to edit / comment, if anything is not clear. – vi.su. – 2013-01-31T11:22:18.930