·hash-calculator
</>

hash-calculator

dkyazzentwatwa/chatgpt-skills

Calcule hashes criptográficos (MD5, SHA1, SHA256, SHA512) para texto y archivos. Compare hashes, verifique la integridad y directorios de procesos por lotes.

21Instalaciones·1Tendencia·@dkyazzentwatwa

Instalación

$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 |

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill hash-calculator
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-01
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es hash-calculator?

Calcule hashes criptográficos (MD5, SHA1, SHA256, SHA512) para texto y archivos. Compare hashes, verifique la integridad y directorios de procesos por lotes. Fuente: dkyazzentwatwa/chatgpt-skills.

¿Cómo instalo hash-calculator?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill hash-calculator Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

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