Author

Topic: What is Bitcoin Core's method of encryption? (Read 812 times)

full member
Activity: 209
Merit: 100
December 08, 2014, 03:03:56 AM
#4
what is the method of encryption? (e.g. SHA, AES, etc.)

BTW, SHA is not an encryption algorithm. I can generate a hash with any inputs, but there is no way you can revert the process.
Noted. Thank you.
legendary
Activity: 1134
Merit: 1002
December 08, 2014, 02:15:11 AM
#3
what is the method of encryption? (e.g. SHA, AES, etc.)

BTW, SHA is not an encryption algorithm. I can generate a hash with any inputs, but there is no way you can revert the process.
legendary
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
December 08, 2014, 12:46:54 AM
#2
It uses AES256 with the number of rounds I believe being dependent upon your hardware (therefore that number would be stored in the wallet itself).

There is also a salt string used (which is presumably from a random source).
full member
Activity: 209
Merit: 100
December 08, 2014, 12:44:13 AM
#1
I'm using Bitcoin Core 0.9.3. When I encrypt my wallet, what is the method of encryption? (e.g. SHA, AES, etc.) And how many rounds of them?
Jump to: