Skip to content

Implement unencrypted storage.

Fixes #40 (closed)

Stores everything unencrypted when no password is given while registering. Always tries to open the database without password first - if that works, everything is assumed not to be encrypted, if not, a password is requested.

Edited by Gabriel Margiani

Merge request reports