Skip to content

cryptoKit 1.0.0

Latest
Compare
Choose a tag to compare
@toniferr toniferr released this 30 May 18:55

English

Requirements: JDK 11 or later

Algorithms available:

  • hexadecimal
  • Base64
  • Hash -> MD5, SHA1, SHA-256, SHA-512, SHA3-256, SHA3-512
  • Symmetric -> DES (ECB,CBC), AES (ECB,CBC,GCM) and Blowfish (ECB, CBC). (Last update: PBEWithHMACHA512AndAES_256 with Jasypt)

Instructions for use:
Run the jar that includes the dependencies using cmd : java -jar cryptoKit-1.0.0-jar-with-dependencies.jar

Español

Requisitos: JDK 11 o posterior

Algoritmos disponibles:

  • Hexadecimal
  • Base64
  • Hash -> MD5, SHA1, SHA-256, SHA-512, SHA3-256, SHA3-512
  • Simétrico -> DES (ECB,CBC), AES (ECB,CBC,GCM) y Blowfish (ECB, CBC). (Última actualización: PBEWithHMACSHA512AndAES_256 con Jasypt)

Instrucciones de uso:
Ejecutar el jar que incluye las dependencias mediante cmd : java -jar cryptoKit-1.0.0-jar-with-dependencies.jar