jar

com.github.megatronking.stringfog : core

Maven & Gradle

Aug 25, 2023
1.5k stars

StringFog · A String encryption Library for Android

Table Of Contents

Latest Version

Download com.github.megatronking.stringfog : core JAR file - Latest Versions:

All Versions

Download com.github.megatronking.stringfog : core JAR file - All Versions:

Version Vulnerabilities Size Updated
5.1.x
5.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 core-5.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.megatronking.stringfog.plugin

├─ com.github.megatronking.stringfog.plugin.ClassStringField.class - [JAR]

├─ com.github.megatronking.stringfog.plugin.ClassVisitorFactory.class - [JAR]

├─ com.github.megatronking.stringfog.plugin.StringFogClassGenerator.class - [JAR]

├─ com.github.megatronking.stringfog.plugin.StringFogClassVisitor.class - [JAR]

├─ com.github.megatronking.stringfog.plugin.StringFogMappingPrinter.class - [JAR]

├─ com.github.megatronking.stringfog.plugin.StringFogMode.class - [JAR]

├─ com.github.megatronking.stringfog.plugin.WhiteLists.class - [JAR]

com.github.megatronking.stringfog.plugin.utils

├─ com.github.megatronking.stringfog.plugin.utils.Log.class - [JAR]

├─ com.github.megatronking.stringfog.plugin.utils.MD5.class - [JAR]

├─ com.github.megatronking.stringfog.plugin.utils.SetUtils.class - [JAR]

├─ com.github.megatronking.stringfog.plugin.utils.TextUtils.class - [JAR]

com.github.megatronking.stringfog.plugin.kg

├─ com.github.megatronking.stringfog.plugin.kg.HardCodeKeyGenerator.class - [JAR]

├─ com.github.megatronking.stringfog.plugin.kg.RandomKeyGenerator.class - [JAR]

Advertisement