I’ve python script to dump pockets.dat particulars to json+hex file. It operates with bsddb3 library. There are keys and values. They are often divided into:
- addresses
- keys (non-public keys?)
- transactions
- metadata
relying on the primary byte.
I’ve: 02, 03, 05, 07, 09, 0a, 0c, 12 as the primary bytes for all keys in some encrypted pockets.
What does these first bytes imply and the way ought to I divide kinds of keys into teams by this primary byte?