# Installer cifer avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de cifer pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:cifer
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cifer
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:cifer
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.2.0
- **Résumé source:** Work on automating classical cipher cracking in C
- **Page d'accueil:** <https://code.google.com/p/cifer/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cifer (alias)
- cifer-dict (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.2.0
## Historique du projet et usages

cifer is a small C command-line toolkit for classical cryptanalysis: affine, Vigenere, Bacon, rail-fence, columnar transposition, frequency analysis, buffers, dictionaries, and scripting-oriented shell commands.

### Historique du projet

The 1.2.0 source tarball identifies cifer as copyright 2008 by Simrun Basuita and Daniel Richman. Its bundled CHANGES file records an initial 1.0.0 release on 2008-11-29, several maintenance releases in late 2008, and 1.2.0 on 2009-03-10.

The project lived on Google Code and is now represented by the Google Code Archive, which makes it a preserved example of pre-GitHub open-source Unix CLI packaging.

### Historique d'adoption

Homebrew packages cifer 1.2.0 from the Google Code Archive storage tarball and bottles it for macOS and Linux. The Homebrew formula metadata carries a Linux linker-order patch and a readline dependency adjustment, showing the package has been kept buildable despite the upstream project being archival.

Homebrew analytics are very small, with single-digit recent monthly install-on-request counts, so cifer is best understood as a niche historical/security utility rather than a broadly adopted modern security tool.

### Modes d'utilisation

The cifer manpage describes an interactive shell with script support. Users load ciphertext into buffers, apply filters, run frequency analysis, brute-force or solve supported classical ciphers, and use cifer-dict to build dictionaries for dictionary-assisted attacks.

### Pourquoi les passionnés de paquets s'y intéressent

For package maintainers, cifer is interesting because it is an archived Google Code-era C program that Homebrew still builds, bottles, patches on Linux, and tests by invoking the binary. It is the kind of small historical CLI that survives in package managers long after its original hosting platform disappeared.

### Chronologie

- 2008: cifer copyright year and authorship recorded in the bundled README.
- 2008-11-29: Initial 1.0.0 release recorded in CHANGES.
- 2008-12-17: 1.1.0 added libreadline support.
- 2009-03-10: 1.2.0 released, later used as the Homebrew stable version.
- 2016: Google Code Archive became the long-term home for Google Code projects after Google Code Project Hosting shutdown.

### Related projects

- cifer-dict is the companion executable shipped with cifer for creating dictionaries used by cifer's dictionary-assisted cracking commands.
- Homebrew's cifer formula is the active packaging surface that keeps the archived source buildable on current macOS and Linux systems.

### Sources

- <https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cifer/cifer-1.2.0.tar.gz>
- <https://code.google.com/archive/p/cifer>
- <https://formulae.brew.sh/api/formula/cifer.json>
- <https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/c/cifer.rb>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## Combined YAML source

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


## Sources

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