Skip to content

SilentDragonLite v1.3.6

Compare
Choose a tag to compare
@leto leto released this 19 Jun 14:35
· 107 commits to master since this release
abb2d4d

Changes since v1.2.2:

  • 👅 Arabic Language Support!
  • 🚀 New BLAKE3 hash crazy fast speedups
    • 🔥 Startup decryption of wallet is faster
    • 🔥 Sending every HushChat to a contact is faster!
    • 🔥 Rendering old chat history is faster
  • 🛡️ wallet.dat now encrypted while wallet is running!
    • 👎 All Zcash/Pirate/etc wallets decrypt on disk, and don't even encrypt all the contents
    • 😎 HUSH is by far the most private and secure Zcash Protocol coin
    • 🤮 ZecWalletLite/7Seas and all other Zcash protocol coins do not encrypt this data at all
    • 😓 And also they store everything completely in plaintext as the wallet runs
  • 👄 Various GUI fixes
  • ☃︎ Unicode is fixed and fully supported!
  • 🤓 Newline bug is fixed! You can now multi-line write poems in your chats

Incompatible Changes

This is a Beta! You are on the bleeding edge! And part of that is that this release requires RECOVERING FROM SEED, if you used a previous version. We have greatly increased the security and privacy of the encrypted wallet.dat on your disk. Everything is now "encrypted as fuck", EAF, which is a new industry term.

To achive the new EAF status, we must ask people to recover from seed, and also your old Addressbook will not migrate! Sorry! This is the pain of living on the bleeding edge. We do not expect to do this again any time soon, and it it truly is worth it to get the extreme security and performance improvements. If devs had to write the code to make migration work, it would take a really long time. We would rather give you awesome new code now.

Encrypted As Fuck

The original ZecWallet codebase does not encrypt most of the data in wallet.dat, only private keys. Notably, this does not include transaction data, including addresses and amounts. This is very bad in light of chain analysis platforms being able to insert wallet.dat files to their platform.

We have now fully encrypted every bit of data in Hush wallet.dat files, far surpassing the "at rest" privacy and security of any other Zcash Protocol coin lite wallet.

Additionally, ZecWalletLite codebase decrypts the wallet.dat on startup, and leaves it decrypted for the entirety of
program execution, on disk, then encrypts on exit. Hush developers also felt this could use improvement, so SDL wallet.dat is not left in plaintext on disk during the entire time the wallet is open.

f4824064458c2adc5e8bd33bd8a6e2b358ff2ea9f2423bb47ba0d63f57eb8eca  Windows-binaries-SilentDragonLite-v1.3.6.zip
30182bf11d1e45dea23f331eddf06918a582bb674372240377b73b1282c26d3d  MacOS-SilentDragonLite-v1.3.6.dmg
598ace3c52f31ca3d77d76c46f164377d2fa27466556330b7a774c5c3983939e  Linux-binaries-SilentDragonLite-v1.3.6.AppImage