macOS
brew install scryptlocal Homebrew formula metadata
sudo port install scryptMacPorts ports tree · security/scrypt/Portfile · ソース: api.github.com
brew / 順位 8271
scrypt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install scryptlocal Homebrew formula metadata
sudo port install scryptMacPorts ports tree · security/scrypt/Portfile · ソース: api.github.com
sudo apt install scryptDebian stable package indexes · scrypt · ソース: deb.debian.org
nix profile install nixpkgs#scryptnixpkgs package indexes · pkgs/by-name/sc/scrypt/package.nix · ソース: api.github.com
sudo pacman -S scryptArch Linux sync databases · scrypt · ソース: geo.mirror.pkgbuild.com
sudo zypper install scryptopenSUSE Tumbleweed package metadata · scrypt · ソース: download.opensuse.org
概要
Encrypt and decrypt files using memory-hard password function
履歴
scrypt is both a memory-hard password-based key-derivation function and the name of its reference command-line file-encryption utility.
Colin Percival originally developed scrypt for the Tarsnap online backup system. The design was presented at BSDCan 2009 as a sequential memory-hard key-derivation function intended to raise the hardware cost of brute-force attacks.
The project also supplies a demonstration command-line encryption utility and reference C implementation. The algorithm was later standardized by the IETF as RFC 7914.
The algorithm moved beyond its original Tarsnap use into the IETF standards process and language ecosystems. The official project page records support in Python's hashlib, Node.js crypto, Go's x/crypto packages, and numerous bindings; it also notes use of a simplified variant by Litecoin.
The command uses `scrypt enc` and `scrypt dec` to encrypt or decrypt files, with optional limits for computation time and memory. Developers can also use the included C implementation as a KDF. The documentation cautions consumers to verify successful authenticated decryption before using produced output.
scrypt helped make memory hardness a mainstream package-selection concern. Package maintainers encounter the name both as a cryptographic primitive exposed by libraries and as the small reference file-encryption command distributed here.
セキュリティ状態
scrypt に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
scrypt | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.tarsnap.com/scrypt.html
インストールメタデータ
| パッケージキー | brew:scrypt |
|---|---|
| バージョン | 1.3.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/scrypt |
| ホームページ | https://www.tarsnap.com/scrypt.html |
| リポジトリ | https://github.com/Tarsnap/scrypt |
| 上流ドキュメント | https://www.tarsnap.com/scrypt.html |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://www.tarsnap.com/scrypt/scrypt-1.3.3.tgz |
| 最終更新 | 2026-09-13T14:14:59Z |
| Pulse | updated |
| 依存関係 | openssl@4 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | scrypt |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libscrypt-kdf-dev 1.3.3-1
Development library for encryption using scrypt for key derivation
https://www.tarsnap.com/scrypt.html
sudo apt install libscrypt-kdf-devlibscrypt-kdf1 1.3.3-1
Shared library for encryption using scrypt for key derivation
https://www.tarsnap.com/scrypt.html
sudo apt install libscrypt-kdf1scrypt 1.3.3-1
File encryption utility using scrypt for key derivation
https://www.tarsnap.com/scrypt.html
sudo apt install scryptscrypt
nix profile install nixpkgs#scryptlibscrypt-kdf-dev 1.3.2-1build2
Development library for encryption using scrypt for key derivation
https://www.tarsnap.com/scrypt.html
sudo apt install libscrypt-kdf-devlibscrypt-kdf1 1.3.2-1build2
Shared library for encryption using scrypt for key derivation
https://www.tarsnap.com/scrypt.html
sudo apt install libscrypt-kdf1scrypt 1.3.2-1build2
File encryption utility using scrypt for key derivation
https://www.tarsnap.com/scrypt.html
sudo apt install scryptscrypt 1.3.3-1
key derivation function and encryption utility
https://www.tarsnap.com/scrypt.html
sudo pacman -S scryptscrypt 1.3.3-1.5
Password-based encryption utility using the scrypt key derivation function
https://www.tarsnap.com/scrypt.html
sudo zypper install scryptscrypt
sudo port install scryptソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.