Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.48 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.48 KB

Build Status CircleCI codecov License: GPL v3

cryptoKit

English

Java Development in Swing technology for encryption / decryption using distinct algorithms:

Java version: 11

Implemented algorithms:

  • 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 : PBEWithHMACSHA512AndAES_256 with Jasypt).

External libraries:

  • bcprov-jdk15on-1.70
  • org.jasypt-1.93

Español

Desarrollo Java con tecnología Swing para el cifrado / descifrado usando distintos algoritmos:

Version Java: 11

Algoritmos implementados:

  • 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)

Librerias externas:

  • bcprov-jdk15on-170

Consultar https://github.com/toniferr/cryptoKit/wiki para más información