# ccrypt を Homebrew, apt, MacPorts, Nix でインストール

ccrypt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:ccrypt
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ccrypt
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ccrypt
```

  証拠: MacPorts ports tree: security/ccrypt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install ccrypt
```

  証拠: Debian stable package indexes: ccrypt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#ccrypt
```

  証拠: nixpkgs package indexes: pkgs/by-name/cc/ccrypt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:ccrypt
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.11
- **ソース概要:** Encrypt and decrypt files and streams
- **ホームページ:** <https://ccrypt.sourceforge.net/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ccdecrypt (エイリアス)
- ccencrypt (エイリアス)
- ccguess (エイリアス)
- ccrypt (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.11
## プロジェクトの歴史と使われ方

ccrypt is Peter Selinger's file and stream encryption utility based on the Rijndael block cipher, the cipher family selected for AES. It packages encryption, decryption, key changes, and terminal-friendly helpers into the ccrypt, ccencrypt, ccdecrypt, ccat, and ccguess commands.

### プロジェクトの歴史

The official site identifies ccrypt as software by Peter Selinger, with copyright years 2000-2018. Its documentation emphasizes Unix-style operation on files and streams, a gzip-like interface, and aliases for common modes.

The project reached release 1.9 in 2009 with portability fixes for systems including Mac OS X, Ubuntu, FreeBSD, and Solaris 10. Release 1.10 in 2012 added libccrypt.a and ccguess, and release 1.11 in 2018 updated portability, bugs, Emacs 26 compatibility, and translations.

### 採用の歴史

The official download page lists source distributions, binaries for several operating systems, Debian packages, Redhat RPMs, Solaris packages, and OS/2 packages. The input package facts also show Homebrew, Debian, MacPorts, Nix, and Ubuntu packaging.

### 使われ方

ccrypt encrypts and decrypts files in place by default, adding or removing the .cpt suffix. It can also work as a filter, decrypt directly to stdout with ccat, change keys, use key files, recurse over directories, and provide Emacs integration through ps-ccrypt.

### パッケージ好きにとっての重要性

ccrypt is historically interesting as a small AES-era replacement for older Unix crypt workflows. Package maintainers care about it because it is portable C software with many CLI entry points, old platform support, and security-sensitive defaults around key prompting and in-place file updates.

### タイムライン

- 2000: Copyright period begins for ccrypt.
- 2009: Version 1.9 released with portability fixes for multiple Unix-like systems.
- 2012: Version 1.10 released with libccrypt.a and ccguess.
- 2018: Version 1.11 released with portability fixes and Emacs 26 compatibility.

### Related projects

- ps-ccrypt provides Emacs support for encrypted .cpt files.
- The official site lists GUI and integration tools such as Qccrypt and CCRYPTGUI.

### ソース

- <https://ccrypt.sourceforge.net/>
- <https://formulae.brew.sh/api/formula/ccrypt.json>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## 他のパッケージマネージャ記録

- Debian apt - ccrypt - 1.11-5: normalized package name match | Debian stable package indexes: ccrypt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | secure encryption and decryption of files and streams | https://ccrypt.sourceforge.net/
- Debian apt - elpa-ps-ccrypt - 1.11-5: normalized package name match | Debian stable package indexes: elpa-ps-ccrypt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Emacs addon for working with files encrypted with ccrypt | https://ccrypt.sourceforge.net/
- Nix - ccrypt: normalized package name match | nixpkgs package indexes: pkgs/by-name/cc/ccrypt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ccrypt - 1.11-3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: ccrypt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | secure encryption and decryption of files and streams | https://ccrypt.sourceforge.net/
- Ubuntu apt - elpa-ps-ccrypt - 1.11-3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: elpa-ps-ccrypt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Emacs addon for working with files encrypted with ccrypt | https://ccrypt.sourceforge.net/
- MacPorts - ccrypt: normalized package name match | MacPorts ports tree: security/ccrypt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/ccrypt.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ccrypt.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
