Closed Johnnyevans32 closed 1 year ago
The database is only used if you work with the Wallet class. If you are just using the Key, Transaction and Service class the database will be created but not used.
would you consider implementing sqlcipher to encrypt the database with a password? I Need to work with the wallet class but also Need a security layer for the database
Yes, you can use sqlcipher. See https://bitcoinlib.readthedocs.io/en/latest/source/_static/manuals.sqlcipher.html
how can I turn off the database feature of the library, really in love with this library for my app usage buh database feature is a turn off, simply don't want an extra security risk lying around for my users, helppppp