Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Great, an encrypted DB would be a good start! 😄

Also consider releasing your source code, so that others can audit what operations you perform, and make sure it is secure! Maybe look into reproducible builds (https://en.wikipedia.org/wiki/Reproducible_builds) to ensure that the binary you publish is equivalent to the source code!

(+1)

Hi!

I'd like to let you know that a few days ago I went back to this project to make security better. The passwords in the database are now encrypted. If you are able to check it out, I would really appreciate that! It is still free and doesn't require any internet connection.

Hi!

Glad you are improving the security of this tool 🙂

If you make the source code available (on GitHub or GitLab for example), I could take a look.