1200wd / bitcoinlib

Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
http://bitcoinlib.readthedocs.io/
GNU General Public License v3.0
606 stars 201 forks source link

database feature not needed, helppppp #252

Closed Johnnyevans32 closed 1 year ago

Johnnyevans32 commented 2 years ago

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

mccwdev commented 2 years 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.

HexyeDEV commented 1 year ago

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

mccwdev commented 1 year ago

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