Author

Topic: Best way to convert encrypted wallet.dat -> text and back? (Read 3546 times)

newbie
Activity: 42
Merit: 0
Could you explain what you really want and what you will use it for?

gpg -ca will convert the input (wallet.dat) into a symmetrically encrypted ascii text block such as this:

Code:
-----BEGIN PGP MESSAGE-----

jA0EAwMCZGu2org4FqJgyVXAHqwktVpZRZhDmGTlVnscUL6bxvPjyjv6cNXzKoCy
DBcr5tH3mBTDnvwSedBdJEI586w8PuahfdbRoritDrMqgT1KAsGMusMcERQh1gpV
V6dpo+ky
=oJ2k
-----END PGP MESSAGE-----

gpg with no flag arguments will decrypt it again. In both cases you'll need to provide a symmetric key, any passphrase will do.
You'll see in a moment. Thank you!
legendary
Activity: 4592
Merit: 1276
Could you explain what you really want and what you will use it for?

Probably not without a non-disclosure agreement.  I am certain that it is a truly earth-shattering idea...hung up temporarily on the challenging technical question of how to encrypt a file.

sr. member
Activity: 322
Merit: 251
FirstBits: 168Bc
Could you explain what you really want and what you will use it for?

gpg -ca will convert the input (wallet.dat) into a conventional symmetrically encrypted ascii text block such as this:

Code:
-----BEGIN PGP MESSAGE-----

jA0EAwMCZGu2org4FqJgyVXAHqwktVpZRZhDmGTlVnscUL6bxvPjyjv6cNXzKoCy
DBcr5tH3mBTDnvwSedBdJEI586w8PuahfdbRoritDrMqgT1KAsGMusMcERQh1gpV
V6dpo+ky
=oJ2k
-----END PGP MESSAGE-----

gpg with no flag arguments will decrypt it again. In both cases you'll need to provide a symmetric key, any passphrase will do.
newbie
Activity: 42
Merit: 0
$ gpg -o wallet.asc -ca wallet.dat
$ gpg wallet.asc
If it would be valuable to you, could you explain what this does and what every part does?
sr. member
Activity: 322
Merit: 251
FirstBits: 168Bc
$ gpg -o wallet.asc -ca wallet.dat
$ gpg wallet.asc
full member
Activity: 180
Merit: 100
mistaken for gribble since 2011
Decrypt it and then encrypt it again?   Huh This is a no-brainer unless I am missing something...
newbie
Activity: 42
Merit: 0
Jump to: