Bitcoin Forum
May 09, 2024, 05:48:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Best way to convert encrypted wallet.dat -> text and back?  (Read 3544 times)
ALPHA. (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 24, 2011, 12:31:49 AM
 #1

Title.
1715233732
Hero Member
*
Offline Offline

Posts: 1715233732

View Profile Personal Message (Offline)

Ignore
1715233732
Reply with quote  #2

1715233732
Report to moderator
1715233732
Hero Member
*
Offline Offline

Posts: 1715233732

View Profile Personal Message (Offline)

Ignore
1715233732
Reply with quote  #2

1715233732
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715233732
Hero Member
*
Offline Offline

Posts: 1715233732

View Profile Personal Message (Offline)

Ignore
1715233732
Reply with quote  #2

1715233732
Report to moderator
1715233732
Hero Member
*
Offline Offline

Posts: 1715233732

View Profile Personal Message (Offline)

Ignore
1715233732
Reply with quote  #2

1715233732
Report to moderator
1715233732
Hero Member
*
Offline Offline

Posts: 1715233732

View Profile Personal Message (Offline)

Ignore
1715233732
Reply with quote  #2

1715233732
Report to moderator
grubles
Full Member
***
Offline Offline

Activity: 180
Merit: 100


mistaken for gribble since 2011


View Profile
November 24, 2011, 12:41:03 AM
 #2

Decrypt it and then encrypt it again?   Huh This is a no-brainer unless I am missing something...

BM-NBi5PcH8BBqDVp7WSJe2pNgqEVvTjd6T
netrin
Sr. Member
****
Offline Offline

Activity: 322
Merit: 251


FirstBits: 168Bc


View Profile
November 24, 2011, 12:42:52 AM
 #3

$ gpg -o wallet.asc -ca wallet.dat
$ gpg wallet.asc

Greenlandic tupilak. Hand carved, traditional cursed bone figures. Sorry, polar bear, walrus and human remains not available for export.
ALPHA. (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 24, 2011, 12:44:08 AM
 #4

$ 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?
netrin
Sr. Member
****
Offline Offline

Activity: 322
Merit: 251


FirstBits: 168Bc


View Profile
November 24, 2011, 12:46:40 AM
 #5

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.

Greenlandic tupilak. Hand carved, traditional cursed bone figures. Sorry, polar bear, walrus and human remains not available for export.
tvbcof
Legendary
*
Offline Offline

Activity: 4592
Merit: 1276


View Profile
November 24, 2011, 12:50:44 AM
 #6

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.


sig spam anywhere and self-moderated threads on the pol&soc board are for losers.
ALPHA. (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 24, 2011, 12:52:24 AM
 #7

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!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!