Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, zypper, pacman 安装 ykpers

查看 ykpers 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install ykpers

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install ykpers

MacPorts ports tree · security/ykpers/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add ykpers

Alpine Linux edge package indexes · ykpers · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install ykpers

Fedora Rawhide package metadata · ykpers · 来源: dl.fedoraproject.org

openSUSE zypper已验证 · 92%
sudo zypper install ykpers

openSUSE Tumbleweed package metadata · ykpers · 来源: download.opensuse.org

Arch Linux pacman已验证 · 92%
sudo pacman -S yubikey-personalization

Arch Linux sync databases · yubikey-personalization · 来源: geo.mirror.pkgbuild.com

概览

软件包摘要

YubiKey personalization library and tool

命令和别名

  • ykchalresp
  • ykinfo
  • ykpersonalize

历史

项目历史与用法

YubiKey Personalization, packaged as `ykpers`, is Yubico's older C library and command-line toolset for programming YubiKey OTP slots. Its commands, especially `ykpersonalize`, belong to the era when setting AES keys, public identities, private identities, static passwords, and challenge-response behavior was the central local administration task for YubiKey tokens.

项目历史

The yubikey-personalization repository was created on 2010-12-21 and describes the package as a cross-platform library and command-line tool used to personalize, meaning set an AES key on, YubiKeys. Its README documents a classic Autoconf C project using libusb, optional JSON output, udev rules, manpages generated from AsciiDoc, and companion tools such as `ykpersonalize`, `ykchalresp`, and `ykinfo`.

The tool's documentation is intentionally low level. It warns that using `ykpersonalize` can destroy the AES key in a YubiKey and make it unusable against Yubico's validation server unless a new key is uploaded. That warning captures the package's historical role: it was not just a viewer, but a provisioning utility for the OTP secrets embedded in physical tokens.

Yubico has since moved the ecosystem forward. The GitHub repository is archived, and Yubico's developer page says the YubiKey Personalization package was announced for end of life on 2025-02-19 and will reach end of life on 2026-02-19.

采用历史

`ykpers` spread widely because early YubiKey deployments needed local programming and inspection tools for OTP slots. The package appears across Homebrew, Debian/Fedora-family packaging, Arch as `yubikey-personalization`, MacPorts, and openSUSE naming, reflecting the normal Unix distribution path for a hardware-token provisioning library.

Its adoption later became legacy adoption. As YubiKeys gained FIDO U2F/FIDO2, PIV, OATH, OpenPGP, and richer management surfaces, administrators increasingly needed `ykman` and related newer tools, while `ykpers` remained important for old OTP workflows and historical compatibility.

使用方式

The core command is `ykpersonalize`, used to write OTP-slot configuration such as fixed identity, private identity, AES key, ticket flags, static-ticket mode, strong-password options, access codes, and challenge-response behavior. `ykchalresp` and `ykinfo` cover adjacent challenge-response and device-information workflows.

Because it programs token secrets, `ykpers` is a trust-boundary tool. It requires local device permissions and can permanently alter how a YubiKey authenticates, which is why its README and manpages are more like provisioning documentation than ordinary CLI help.

为什么软件包爱好者会关心

`ykpers` is a useful package-history marker for the YubiKey ecosystem: it shows the original OTP personalization model before modern multi-application YubiKey management became the norm.

For package nerds, it is also a concrete example of hardware support as distro infrastructure: libusb access, udev rules, manpages, C libraries, and CLI tools had to be packaged correctly so security hardware could be administered outside vendor GUIs.

时间线

  • 2010-12-21: Yubico creates the yubikey-personalization GitHub repository.
  • 2010s: `ykpersonalize`, `ykchalresp`, and `ykinfo` are packaged across Unix-like systems for OTP slot provisioning and inspection.
  • 2023-12-22: Last recorded push in the archived GitHub repository metadata.
  • 2025-02-19: Yubico announces end of life for the YubiKey Personalization package.
  • 2026-02-19: Yubico's developer page states the package will reach end of life.

Related projects

  • YubiKey Manager (`ykman`) is the maintained successor-style CLI for broader YubiKey configuration.
  • yubico-c provides related YubiKey OTP parsing/support pieces referenced by the personalization README.
  • ykneomgr and u2f-host appear in older workflows for modes outside OTP on earlier YubiKey generations.

安全态势

风险级别:绿色

library-like package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • library-like package without higher-risk signals

信号

  • metadata:library-like

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 2 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
ykchalrespcli全局可执行文件
ykinfocli全局可执行文件
ykpersonalizecli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-26
管理器版本1.20.0
管理器更新时间2026-07-10
本地数据OK
上游not checked
检测到的最新版本未检测到

https://developers.yubico.com/yubikey-personalization/

安装元数据

软件包元数据

软件包键brew:ykpers
版本1.20.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/ykpers
主页https://developers.yubico.com/yubikey-personalization/
仓库https://github.com/Yubico/yubikey-personalization
上游文档https://developers.yubico.com/yubikey-personalization
许可证BSD-2-Clause
源码归档https://developers.yubico.com/yubikey-personalization/Releases/ykpers-1.20.0.tar.gz
最后更新2026-07-10T09:59:35-04:00
Pulseupdated
依赖json-c, libyubikey
构建依赖pkgconf
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameykpers
Aliases
  • yubikey-personalization
Version Scheme0
Revision2
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedyes
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

apk95%

ykpers 1.20.0-r2

YubiKey Personalization library and tool

https://developers.yubico.com/yubikey-personalization/

sudo apk add ykpers
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: ykpers
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Ykpers
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ykpers from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ykpers-dev 1.20.0-r2

YubiKey Personalization library and tool (development files)

https://developers.yubico.com/yubikey-personalization/

sudo apk add ykpers-dev
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: ykpers
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Ykpers
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ykpers-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ykpers-doc 1.20.0-r2

YubiKey Personalization library and tool (documentation)

https://developers.yubico.com/yubikey-personalization/

sudo apk add ykpers-doc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: ykpers
  • normalized package name match
  • 匹配方式:Ykpers
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ykpers-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ykpers-udev 1.20.0-r2

YubiKey Personalization library and tool (udev rules)

https://developers.yubico.com/yubikey-personalization/

sudo apk add ykpers-udev
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: ykpers
  • normalized package name match
  • 匹配方式:Ykpers
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ykpers-udev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

ykpers 1.20.0-18.fc44

Yubikey personalization program

http://opensource.yubico.com/yubikey-personalization/

sudo dnf install ykpers
  • License: LicenseRef-Callaway-BSD
  • Category: Unspecified
  • Architecture: i686
  • Source Package: ykpers
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Ykpers
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ykpers from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ykpers-devel 1.20.0-18.fc44

Development files for ykpers

http://opensource.yubico.com/yubikey-personalization/

sudo dnf install ykpers-devel
  • License: LicenseRef-Callaway-BSD
  • Category: Unspecified
  • Architecture: i686
  • Source Package: ykpers
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Ykpers
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ykpers-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

yubikey-personalization 1.20.0-5

Yubico YubiKey Personalization library and tool

https://github.com/Yubico/yubikey-personalization

sudo pacman -S yubikey-personalization
  • License: BSD
  • Architecture: x86_64
  • 3 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Ykpers
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: yubikey-personalization from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libykpers-1-1 1.20.0-3.16

Reference implementation for configuration of YubiKeys

https://developers.yubico.com/yubikey-personalization/

sudo zypper install libykpers-1-1
  • License: BSD-2-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: ykpers
  • 5 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Ykpers
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libykpers-1-1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libykpers-devel 1.20.0-3.16

Development files for the ykpers library

https://developers.yubico.com/yubikey-personalization/

sudo zypper install libykpers-devel
  • License: BSD-2-Clause
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: ykpers
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Ykpers
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libykpers-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

ykpers 1.20.0-3.16

Reference implementation for configuration of YubiKeys

https://developers.yubico.com/yubikey-personalization/

sudo zypper install ykpers
  • License: BSD-2-Clause
  • Category: Productivity/Networking/Security
  • Architecture: x86_64
  • Source Package: ykpers
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Ykpers
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ykpers from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

ykpers

sudo port install ykpers
  • normalized package name match
  • 匹配方式:Ykpers
MacPorts ports tree · api.github.com · MacPorts ports tree: security/ykpers/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment