2

According to the Wolfram Warptangent, Point Release 1 notes, there is now an expansion of the data stored in the wallet cache, including the GUI address book

Is the new data being stored there secured the same way as wallet cache data was stored before? Besides the GUI address book example, what additional data will now be stored in the wallet cache?

  • 1
    Wallet cache is encrypted with your wallet password so you can safely store whatever you want in it. Could you clarify what you're asking here? – JollyMort Dec 15 '16 at 18:29

1 Answers1

4

Is the new data being stored there secured the same way as wallet cache data was stored before?

Yes, all the stored data is encrypted using the wallet password. For details on the encryption scheme, see here.

Besides the GUI address book example, what additional data will now be stored in the wallet cache?

Anything you can think of that needs secure & private persistent storage on the user end. For example (not necessarily newly added): record of outputs belonging to the wallet, record of signed key images for each output and their spent status, custom transaction notes, transaction keys, address book records, etc.

See also: What data do the wallet files contain?

JollyMort
  • 19,934
  • 3
  • 46
  • 105