Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Firstly, thank you for checking it out.

Do not be sorrry. I completely understand you. 

Once this jam ends, an update will be published to the tool which makes all passwords encrypted on the .SQLite file.

I will also be making improvements to the overall security of the tool, that will make sure the user is the one using the app and not anything else.

I really thank you for your feedback!

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.