jar

com.github.xseris.jca : ctf-algorithms

Maven & Gradle

Mar 26, 2020
0 stars

Java CTF Algorithms · Collection of CTF algorithms

Table Of Contents

Latest Version

Download com.github.xseris.jca : ctf-algorithms JAR file - Latest Versions:

All Versions

Download com.github.xseris.jca : ctf-algorithms JAR file - All Versions:

Version Vulnerabilities Size Updated
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 ctf-algorithms-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

it.xseris.jca.cryptography.rot

├─ it.xseris.jca.cryptography.rot.Rot13.class - [JAR]

├─ it.xseris.jca.cryptography.rot.Rot135.class - [JAR]

├─ it.xseris.jca.cryptography.rot.Rot47.class - [JAR]

├─ it.xseris.jca.cryptography.rot.Rot5.class - [JAR]

├─ it.xseris.jca.cryptography.rot.RotN.class - [JAR]

it.xseris.jca.hashing.hash

├─ it.xseris.jca.hashing.hash.Dahua.class - [JAR]

├─ it.xseris.jca.hashing.hash.Joaat.class - [JAR]

├─ it.xseris.jca.hashing.hash.MD5.class - [JAR]

├─ it.xseris.jca.hashing.hash.SHA1.class - [JAR]

├─ it.xseris.jca.hashing.hash.SHA256.class - [JAR]

├─ it.xseris.jca.hashing.hash.SHA384.class - [JAR]

├─ it.xseris.jca.hashing.hash.SHA512.class - [JAR]

it.xseris.jca.encoding

├─ it.xseris.jca.encoding.Morse.class - [JAR]

it.xseris.jca.steganography.substitution

├─ it.xseris.jca.steganography.substitution.BaconianCipher.class - [JAR]