You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set setup fails for Building wheel for pysqlcipher3 (setup.py) ... done
WARNING: Legacy build of wheel for 'pysqlcipher3' created no files.
ModuleNotFoundError: No module named 'pysqlcipher'
I'd rather care for the security of the database file myself by putting it in an encrypted folder which is only opened on use of the tool. Thus the handling with standard sqlite3 and other python tools would be possible. Could you please refactor to change this design decision ...
The text was updated successfully, but these errors were encountered:
Hi @WolfgangFahl, thanks for the request. The original design decision was made to protect the data of the usual user w/o much security in mind, but I acknowledge your idea. Unfortunately I have no time to work on the project. You a re free to fork / contribute. Please also consider that the last changes are from 3 years ago and the implementation was not continuously aligned with the devleopment of the fints package and the changes in the german banking system (especially auth methods). Actually I would love to reactivate it.
set setup fails for Building wheel for pysqlcipher3 (setup.py) ... done
WARNING: Legacy build of wheel for 'pysqlcipher3' created no files.
ModuleNotFoundError: No module named 'pysqlcipher'
I'd rather care for the security of the database file myself by putting it in an encrypted folder which is only opened on use of the tool. Thus the handling with standard sqlite3 and other python tools would be possible. Could you please refactor to change this design decision ...
The text was updated successfully, but these errors were encountered: