bitcoinlib icon indicating copy to clipboard operation
bitcoinlib copied to clipboard

database feature not needed, helppppp

Open Johnnyevans32 opened this issue 3 years ago • 1 comments

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

Johnnyevans32 avatar Aug 18 '22 20:08 Johnnyevans32

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.

mccwdev avatar Sep 14 '22 13:09 mccwdev

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

HexyeDEV avatar Feb 18 '23 19:02 HexyeDEV

Yes, you can use sqlcipher. See https://bitcoinlib.readthedocs.io/en/latest/source/_static/manuals.sqlcipher.html

mccwdev avatar Feb 22 '23 20:02 mccwdev