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