Skip to content

KeyKeeper 0.3.3

Choose a tag to compare

@IvyYang1999 IvyYang1999 released this 13 Sep 08:37
· 136 commits to main since this release

KeyKeeper 0.3.3

适用于 Apple Silicon Mac,macOS 14 或更新版本。

建议升级:修了两个安全问题。

  • 在 App 里复制密钥,不再跟着「通用剪贴板」同步到你的 iPhone 和 iPad。
  • 授权窗点「使用密码」会直接出密码框,不再先弹一次 Touch ID。
  • 从剪贴板存密钥时,只接受你在命令跑起来之后复制的那一次;可以先声明它应该长什么样(--expect base64:32),对不上就不存;存完会告诉你存了个什么形状。
  • 可以安全地替换已有字段(--replace),密钥也能先验明身份再入库。
  • 网站登录态那一页现在会告诉你扩展在哪、怎么装,连接改成一键完成。
  • 两个 SDK 可以写一句话说明为什么要用这把 key,会显示在授权窗里。

For Apple Silicon Macs, macOS 14 or later.

Recommended: two security fixes.

  • Copying a secret in the app no longer syncs to your iPhone and iPad over Universal Clipboard.
  • "Use Password" in the approval window now goes straight to the password field instead of showing Touch ID again.
  • Saving from the clipboard accepts only the copy you made after the command started. You can declare what the value should look like (--expect base64:32); a mismatch saves nothing. Every save reports the shape of what was stored.
  • Existing fields can be replaced safely (--replace), and a key can prove its identity before being stored.
  • The website sessions page now explains where the Chrome extension is and how to load it; connecting is one click.
  • Both SDKs can pass a one-line reason, shown in the approval window.