Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pysqlcipher does not build correctly make a version without encryption available #1

Open
WolfgangFahl opened this issue Jul 10, 2022 · 1 comment

Comments

@WolfgangFahl
Copy link

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 ...

@dr-duplo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants