jar

io.github.mjcro : simplesec

Maven & Gradle

Mar 20, 2022
0 stars

MicroJ Simple Security Abstractions · Tiny library to work with crypto and hashing

Table Of Contents

Latest Version

Download io.github.mjcro : simplesec JAR file - Latest Versions:

All Versions

Download io.github.mjcro : simplesec JAR file - All Versions:

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

io.github.mjcro.simplesec.crypt

├─ io.github.mjcro.simplesec.crypt.AbstractCipher.class - [JAR]

├─ io.github.mjcro.simplesec.crypt.AesCbcPkcs5Cipher.class - [JAR]

├─ io.github.mjcro.simplesec.crypt.XORCipher.class - [JAR]

├─ io.github.mjcro.simplesec.crypt.XORIVCipher.class - [JAR]

io.github.mjcro.simplesec.strings

├─ io.github.mjcro.simplesec.strings.AbstractDictionaryRandomStringGenerator.class - [JAR]

├─ io.github.mjcro.simplesec.strings.AbstractRandomStringGenerator.class - [JAR]

├─ io.github.mjcro.simplesec.strings.DistinctRandomStringGenerator.class - [JAR]

├─ io.github.mjcro.simplesec.strings.HexadecimalRandomStringGenerator.class - [JAR]

├─ io.github.mjcro.simplesec.strings.NumberRandomStringGenerator.class - [JAR]

io.github.mjcro.simplesec

├─ io.github.mjcro.simplesec.Cipher.class - [JAR]

├─ io.github.mjcro.simplesec.Cryptogram.class - [JAR]

├─ io.github.mjcro.simplesec.CryptogramImpl.class - [JAR]

├─ io.github.mjcro.simplesec.Hasher.class - [JAR]

├─ io.github.mjcro.simplesec.HasherUint.class - [JAR]

├─ io.github.mjcro.simplesec.HexUtil.class - [JAR]

├─ io.github.mjcro.simplesec.RandomStringGenerator.class - [JAR]

io.github.mjcro.simplesec.hash

├─ io.github.mjcro.simplesec.hash.CRC32U.class - [JAR]

├─ io.github.mjcro.simplesec.hash.DigestHasher.class - [JAR]

├─ io.github.mjcro.simplesec.hash.MD5.class - [JAR]

├─ io.github.mjcro.simplesec.hash.SHA1.class - [JAR]

├─ io.github.mjcro.simplesec.hash.SHA256.class - [JAR]

├─ io.github.mjcro.simplesec.hash.SHA384.class - [JAR]

├─ io.github.mjcro.simplesec.hash.SHA512.class - [JAR]

Advertisement