bsimic0001 / AegisWallet

Aegis. The Secure Bitcoin Wallet
13 stars 10 forks source link

Add backup functionality to the Wallet #7

Closed bsimic0001 closed 10 years ago

bsimic0001 commented 10 years ago

The user should be able to backup both their Encrypted and Decrypted wallet.

If the wallet is encrypted:

The backup file will contain a CSV of the public addresses and encrypted private keys.

If the walled is NOT encrypted,

The backup file will contain a CSV of the public addresses and unencrypted private keys.

If the user is backing up a wallet that is NOT encrypted, they should be warned that it is highly unsafe to do so and not recommended.