🍺 BREW Explorer

← all formulae

enchive

brew install enchive v3.5 Unlicense

Encrypted personal archives

3
30-day installs · #12551
4
90-day · #15931
10
365-day · #17584
674
★ GitHub stars · updated 1y ago

GitHub topics

chacha20 curve25519 encryption pgp sha-256

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Encrypted personal archives",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:19+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "enchive",
  "github_default_branch": "master",
  "github_last_commit_at": "2025-07-16T13:17:30Z",
  "github_readme_excerpt": "# Enchive : encrypted personal archives\n\nEnchive is a tool to encrypt files to yourself for long-term archival.\nIt\u0027s a focused, simple alternative to more complex solutions such as\nGnuPG or encrypted filesystems. Enchive has no external dependencies\nand is trivial to build for local use. Portability is emphasized over\nperformance.\n\nSupported platforms: Linux, BSD, macOS, Windows\n\nThe name is a portmanteau of \"encrypt\" and \"archive,\" pronounced\nen\u0027k\u012bv.\n\nFiles are secured with ChaCha8, Curve25519, and HMAC-SHA256.\n\nManual page: [`enchive(1)`](http://nullprogram.com/enchive/)\n\n## Installation\n\nClone this repository, then:\n\n    $ make PREFIX=/usr install\n\nThis will install both the compiled binary and manual page under\n`PREFIX`. For staged installs, `DESTDIR` is also supported. The binary\ndoesn\u0027t have any external dependencies and doesn\u0027t actually need to be\ninstalled before use.\n\n## Usage\n\nThere are only three commands to worry about: `keygen`, `archive`, and\n`extract`. The very first thing to do is generate a master keypair\nusing `keygen`. You will be prompted for the passphrase to protect the\nsecret key, just like `ssh-keygen`.\n\n    $ enchive keygen\n\nBy default, this will create two files in `$XDG_CONFIG_HOME/enchive`\n(or `$HOME/.config/enchive`): `enchive.pub` (public key) and\n`enchive.sec` (secret key). On Windows, these are found under\n`%APPDATA%\\enchive` instead. Distribute `enchive.pub` to any machines\nwhere you plan to archive files. It\u0027s sufficient to encrypt files, but\nnot to decrypt them.\n\nTo archive a file for storage:\n\n    $ enchive archive sensitive.zip\n\nThis will encrypt `sensitive.zip` as `sensitive.zip.enchive` (leaving\nthe original in place). You can safely archive this wherever.\n\nTo extract the file on a machine with `enchive.sec`, use `extract`. It\nwill prompt for the passphrase you entered during key generation.\n\n    $ enchive extract sensitive.zip.enchive\n\nThe original `sensitive.zip` will be reproduced.\n\nWith no filenames, `archive` and `extract`",
  "github_repo": "skeeto/enchive",
  "github_stars": 674,
  "github_topics": [
    "chacha20",
    "curve25519",
    "encryption",
    "pgp",
    "sha-256"
  ],
  "homepage": "https://github.com/skeeto/enchive",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 3,
  "installs_365d": 10,
  "installs_90d": 4,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Unlicense",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "enchive",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 12551,
  "rank_365d": 17584,
  "rank_90d": 15931,
  "raw_hash": "219c899fd128d670",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/e/enchive.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "3.5",
  "versioned_formulae": [],
  "why_use_this": null
}