Author

Topic: Are there any encryption proposals like BIP38? (Read 213 times)

legendary
Activity: 4466
Merit: 3391
Not a BIP, but the Edge wallet (formally known as Airbitz) uses a username and password to encrypt the seed, which is stores on its servers.
legendary
Activity: 3766
Merit: 1364
Armory Developer
It's been in the process of an overhaul. Change to the handshake and key generation. You'd have to ask Jonas Schnelli directly I guess, I lost the link to the proposal. I think it was assigned a BIP number though. As for projects using it, there aren't that many, but I'm hoping this proposal will eventually find its way into the Core feature set.
legendary
Activity: 1042
Merit: 2805
Bitcoin and C♯ Enthusiast
BIP151. A bit off topic I guess.
It is marked as withdrawn. I haven't seen any project that uses this proposal. If I can find any, I would implement it.
legendary
Activity: 3766
Merit: 1364
Armory Developer
BIP151. A bit off topic I guess.
legendary
Activity: 1042
Merit: 2805
Bitcoin and C♯ Enthusiast
Beyond encrypting wallet data, I don't think there is much use of encryption in Bitcoin.
Another major usage is for physical backups and cold storage where users print their keys or master keys. Those backups also must be encrypted for extra security. BIP38 comes in here but there is no standard for encrypting extended keys or mnemonics which is what nearly all wallets use these days.

BIP-39 doesn't use encryption but it specifies an optional passphrase for the key derivation.
That can't be categorized as encryption though.

Lightning uses encryption.
That is in my to-do list. Hopefully I can implement that too by the end of this year.
legendary
Activity: 4466
Merit: 3391
I'm implementing encryption proposals in Bitcoin.Net but I've only been able to find BIP38. So I was wondering if there are anything else (doesn't have to be a BIP), maybe something that covers encryption used for mnemonics.

Beyond encrypting wallet data, I don't think there is much use of encryption in Bitcoin.

BIP-39 doesn't use encryption but it specifies an optional passphrase for the key derivation.

Lightning uses encryption.
legendary
Activity: 1042
Merit: 2805
Bitcoin and C♯ Enthusiast
I'm implementing encryption proposals in Bitcoin.Net but I've only been able to find BIP38. So I was wondering if there are anything else (doesn't have to be a BIP), maybe something that covers encryption used for mnemonics.
Jump to: