PasswordSafe
Developer
Reiner Pröls
About
PasswordSafe is an app runnig on Anroid, Linux and Windows. It stores you passwords in a SQLite database. For every entry you give a name (this name is not encrypted and searchable). For every entry you can define fileds (Label and Value) and fill with informations. All this data are stored encrypted. For encryption AES-256 in conjunction with agon2 is used. The encryption is done with an random masterkey which is stored encrypted in the database. For opening the masterkey a user password is used. You can have multiple categories to store entries in it. The database can be exported and imported.
PasswordSafe is written in Go and uses Fyne as graphical toolkit.
Author: Reiner Pröls
Licence: MIT

Installation
You can install this directly from the source code using the Fyne command as follows:
Or you can download the code directly from git: