jar

io.github.felipebonezi : cipherizy-lib

Maven & Gradle

May 20, 2023
10 stars

Cipherizy · This lib was developed with the main goal of make sensitive data encryption/decryption easy. Cipher lib for Java, Kotlin or Scala projects.

Table Of Contents

Latest Version

Download io.github.felipebonezi : cipherizy-lib JAR file - Latest Versions:

All Versions

Download io.github.felipebonezi : cipherizy-lib JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cipherizy-lib-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.felipebonezi.cipherizy

├─ io.github.felipebonezi.cipherizy.CipherException.class - [JAR]

├─ io.github.felipebonezi.cipherizy.ICipher.class - [JAR]

io.github.felipebonezi.cipherizy.algorithm

├─ io.github.felipebonezi.cipherizy.algorithm.AESCipher.class - [JAR]

├─ io.github.felipebonezi.cipherizy.algorithm.Base16Cipher.class - [JAR]

├─ io.github.felipebonezi.cipherizy.algorithm.Base32Cipher.class - [JAR]

├─ io.github.felipebonezi.cipherizy.algorithm.Base64Cipher.class - [JAR]

├─ io.github.felipebonezi.cipherizy.algorithm.CipherFactory.class - [JAR]