Today I tried to import the private key generated in Arizen to the Swing. And I haven't succeeded in doing so. There is no button in the interface of Arizen to export the private key. So I used the 3rd party software to read the arizen wallet-sqlite information. However, keys that are in it doesn't look like having a same format as private keys of Swing, they appear as strings in HEX.
Why so complicated?
We urgently need a wallet encryption in Swing.
And we also need a private key export in Arizen.
These are not big deals (in terms of new lines of code) for your programmers! All the necessary libraries (like encryption libraries for wallet protection) are already there.
Arizen walletPrivate keys are encrypted in .awd wallet file.
-> .uawd (unecrypted arizen wallet database) is unecrypted and you can export it from Arizen menu - it isnt in plain text but in binary format.
Write code in any language which load binary file and display it in plain text, or some text editor that allow you open / load binary files.
People asked for encrypted wallet. We will see if in newer version this can be simplified.
Swing wallet? Known issues and limitations
Limitation: Wallet encryption has been temporarily disabled in ZENCash due to stability problems. A corresponding issue #1552 has been opened by the ZCash developers. Correspondingly wallet encryption has been temporarily disabled in the ZENCash Desktop GUI Wallet.