Yopass

jhaals/yopass last check 67 releases recent
Notes
Release notes
v14.5.0 · recent
view on github

What's Changed

✨ New

  • File responses to secret requests — responders can now answer a secret request with a file instead of text. The file's content and filename are encrypted in the responder's browser (inside the OpenPGP literal data packet), so the server sees neither. File responses are capped at 512 KB (or --max-file-size if lower) so records fit the database backend, and are disabled together with --disable-upload. Viewing a provided secret now asks for confirmation since retrieval is one-time, and the label field warns that labels are stored unencrypted. https://github.com/jhaals/yopass/pull/3731
  • Opt-in Argon2 key derivation — new --argon2 flag switches client-side encryption to memory-hard Argon2id key derivation. https://github.com/jhaals/yopass/pull/3664
  • Runtime license expiry — licensed features now degrade gracefully when the license expires while the server is running, instead of requiring a restart to take effect. https://github.com/jhaals/yopass/pull/3721
  • Drag & drop import — request exports can be imported by dropping the JSON file onto the import panel. https://github.com/jhaals/yopass/pull/3694

🐛 Fixes

🧹 Maintenance

Plus routine dependency updates via Dependabot.

Full Changelog: https://github.com/jhaals/yopass/compare/14.4.0...14.5.0