·hash-calculator
</>

hash-calculator

dkyazzentwatwa/chatgpt-skills

テキストとファイルの暗号化ハッシュ (MD5、SHA1、SHA256、SHA512) を計算します。ハッシュを比較し、整合性を検証し、ディレクトリをバッチ処理します。

21インストール·1トレンド·@dkyazzentwatwa

インストール

$npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill hash-calculator

SKILL.md

Calculate cryptographic hash values for text strings and files. Supports multiple algorithms, file verification, and batch processing.

| --text | Text to hash | - | | --file | File to hash | - | | --directory | Directory to hash | - | | --algorithm | Hash algorithm | all | | --verify | Expected hash to verify | - | | --output | Output file | - | | --recursive | Recursive directory | False | | --verify-checksums | Verify checksum file | - |

| md5 | 128 bits (32 hex) | Legacy, checksums (not secure) | | sha1 | 160 bits (40 hex) | Legacy (not secure) | | sha256 | 256 bits (64 hex) | General purpose, secure | | sha384 | 384 bits (96 hex) | High security | | sha512 | 512 bits (128 hex) | Maximum security | | blake2b | 512 bits | Modern, fast | | blake2s | 256 bits | Modern, fast, small |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill hash-calculator
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

hash-calculator とは?

テキストとファイルの暗号化ハッシュ (MD5、SHA1、SHA256、SHA512) を計算します。ハッシュを比較し、整合性を検証し、ディレクトリをバッチ処理します。 ソース: dkyazzentwatwa/chatgpt-skills。

hash-calculator のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill hash-calculator インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/dkyazzentwatwa/chatgpt-skills