·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