Simple-OTP / simple-otp

Apache License 2.0
1 stars 0 forks source link

Make encryption optional #1

Closed wolpert closed 1 month ago

wolpert commented 1 month ago

Local encryption of the file needs to be optional. We will use the encryption for transfers between services... but as stored, it should only be as such by the choice of the end-user.

wolpert commented 1 month ago

The app configuration now owns the nonce and the required password variable. Changes remaining include:

  1. New Database gives the option to disable password. (On by default)
  2. Unlock database checks the option on what to do.
  3. Saving the database respects the option