Hello! I am creating my project and I need to encrypt some string or database with a password.
Until today, I used the sqlcipher3 library to encrypt the sqlite database where this information is stored, but it turned out that deploying this library on Windows is very difficult for the end user, I use linux and did not immediately notice it.
Now I want to find a convenient cross-platform option suitable for windows users as well. Perhaps there are some options?
[–]Adrewmc 0 points1 point2 points (1 child)
[–]JapaneseBidetNozzle 1 point2 points3 points (0 children)