# 使用 Homebrew, Nix 安装 der-ascii

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

## 安装

```sh
sudo av install brew:der-ascii
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install der-ascii
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#der-ascii
```

  证据: nixpkgs package indexes: pkgs/by-name/de/der-ascii/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:der-ascii
- **软件包管理器:** Homebrew
- **版本:** 0.8.0
- **来源摘要:** Reversible DER and BER pretty-printer
- **主页:** <https://github.com/google/der-ascii>
- **仓库:** <https://github.com/google/der-ascii>
- **最后更新:** 2026-07-28T14:10:38+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ascii2der (别名)
- der2ascii (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.8.0
## 项目历史与用法

der-ascii is a small reversible text format and pair of tools for converting ASN.1 DER or BER data between bytes and a human-editable representation.

### 项目历史

The project is hosted under Google's GitHub organization, but its README explicitly says it is not an official Google project.

### 采用历史

Official install instructions use Go's module-aware install command, while the input package facts show availability through Homebrew and Nix.

### 使用方式

The documented workflow is to disassemble DER or BER with der2ascii, edit the textual representation, and reassemble it with ascii2der, especially for test inputs.

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

It is useful to package maintainers and security-tool developers because it makes binary DER and BER fixtures reviewable, editable, and round-trippable from the shell.

### 时间线

- Current: README documents ascii2der and der2ascii as the public tools.
- Current: README documents backwards-compatibility intent for the command-line interface.

### Related projects

- ASN.1, DER, BER, Go command-line tooling.

### 来源

- <https://github.com/google/der-ascii#readme>
- <https://github.com/google/der-ascii/blob/master/language.txt>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - der-ascii: normalized package name match | nixpkgs package indexes: pkgs/by-name/de/der-ascii/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/der-ascii.yml](https://github.com/mxcl/pkgdb/blob/main/combined/der-ascii.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
