Development
2018-05-08
Inside the Ethereum KeyStore File (2/2): Decryption and follow-ups
How a private key is recovered from an Ethereum KeyStore file — password verification, mac comparison, AES decryption — plus follow-up questions on the design.
Tag
2 posts tagged with #keystore
2018-05-08
How a private key is recovered from an Ethereum KeyStore file — password verification, mac comparison, AES decryption — plus follow-up questions on the design.
2018-03-25
How an Ethereum KeyStore file holds and encrypts a private key, walked through step by step — ECDSA, Scrypt, AES, and SHA3-256.