Bitcoin Forum
April 24, 2024, 01:01:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Easy backup method?  (Read 1517 times)
MacFall (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


Agorist


View Profile WWW
June 01, 2011, 05:09:15 AM
 #1

What if I were to email my wallet to myself with PGP encryption? That way it exists on my email server in case all my hardware goes boink. But would it be secure enough with PGP?

No king but Christ; no law but Liberty!

Fledge Press: Pro-Liberty Fiction and Art
1JBmYmG2U5ETj8BXZUBCXDKWCQcFoERBNP
1713920474
Hero Member
*
Offline Offline

Posts: 1713920474

View Profile Personal Message (Offline)

Ignore
1713920474
Reply with quote  #2

1713920474
Report to moderator
1713920474
Hero Member
*
Offline Offline

Posts: 1713920474

View Profile Personal Message (Offline)

Ignore
1713920474
Reply with quote  #2

1713920474
Report to moderator
1713920474
Hero Member
*
Offline Offline

Posts: 1713920474

View Profile Personal Message (Offline)

Ignore
1713920474
Reply with quote  #2

1713920474
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713920474
Hero Member
*
Offline Offline

Posts: 1713920474

View Profile Personal Message (Offline)

Ignore
1713920474
Reply with quote  #2

1713920474
Report to moderator
1713920474
Hero Member
*
Offline Offline

Posts: 1713920474

View Profile Personal Message (Offline)

Ignore
1713920474
Reply with quote  #2

1713920474
Report to moderator
1713920474
Hero Member
*
Offline Offline

Posts: 1713920474

View Profile Personal Message (Offline)

Ignore
1713920474
Reply with quote  #2

1713920474
Report to moderator
koin
Legendary
*
Offline Offline

Activity: 873
Merit: 1000


View Profile
June 01, 2011, 08:45:51 AM
 #2

What if I were to email my wallet to myself with PGP encryption? That way it exists on my email server in case all my hardware goes boink. But would it be secure enough with PGP?

i hate seeing email used as a backup / file archive but i suppose the wallet.dat is such a small file that sending it encrypted through email is not going to consume too much space.

pgp itself is secure.  if you have your email client do stuff like "remember password" or something like that, then you might not have a secure wallet.

and don't forget the rule of thumb.   you don't have a backup until you've verified with testing that your backup can be restored.

epi 1:10,000
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
June 01, 2011, 10:04:55 AM
 #3

you could setup a Trucrypt encrypted file container and store your wallet in that on Wuala/Dropbox.
bitjet
Hero Member
*****
Offline Offline

Activity: 696
Merit: 500



View Profile
June 01, 2011, 08:56:43 PM
 #4

You could use 7zip and put the file in a self extracting archive with 256bit encryption. Quick and easy. Rename the file, send it to your gmail let it hangout.
LegitBit
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 01, 2011, 09:12:14 PM
 #5

Dropbox or a Flash drive encrypted with 7-Zip is how I'd go about it.

A TrueCrypt virtual volume is a bit of a pain if you are planning on updating this backup regularly. Go the path of lease resistance and high security, too complicated and you may end up not backing up for months.. in which case your backup will be useless.

On the other hand, a TrueCrypt physical disk in mirrored raid would be best.

Donate : 1EiAKUmTVtqXsaGLKQQVvLT9DDnHsT7jTZ (Block Explorer)
BitCointransfers
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
June 01, 2011, 09:20:22 PM
 #6

be very careful man,, buddy on here just reported losing 7208 fucking coins!
mrkva
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 03, 2011, 02:53:38 PM
 #7

I made a simple backup script with des3 encryption (openssl) and option for remote backup (scp).
You can as well send yourself as encrypted file via e-mail (it's in a tar - so very small).

https://github.com/mrkva/BitcoinBackup.sh
unk
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 03, 2011, 03:21:03 PM
 #8

for backups that are being distributed en masse and stored long-term, you'd be well advised to use a modern cypher rather than 3des or cast-128. truecrypt gives you good options. at least pick aes256 manually if you're using gpg.
mrkva
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 03, 2011, 04:08:27 PM
 #9

for backups that are being distributed en masse and stored long-term, you'd be well advised to use a modern cypher rather than 3des or cast-128. truecrypt gives you good options. at least pick aes256 manually if you're using gpg.

I see my solution very useful in case of dead harddrive, and when backed up on e-mail/server, you can access your wallet without your key file, so anywhere as far as you remember your password.
unk
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 03, 2011, 04:14:08 PM
 #10

i wasn't suggesting public-key cryptography; gpg also handles symmetric cyphers. it may not make much difference in practice depending on your threat model, but 3des is strictly a poorer choice than aes256.
mrkva
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 03, 2011, 07:29:46 PM
Last edit: June 03, 2011, 07:40:17 PM by mrkva
 #11

i wasn't suggesting public-key cryptography; gpg also handles symmetric cyphers. it may not make much difference in practice depending on your threat model, but 3des is strictly a poorer choice than aes256.

Thanks, I fixed it. It is now using AES256. ( https://github.com/mrkva/BitcoinBackup.sh )
Maybe you know some way how to promote it?
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!