MCPcopy Create free account

hub / github.com/MegatronKing/StringFog / types & classes

Types & classes33 in github.com/MegatronKing/StringFog

↓ 1 callersClassNonSerializableParams
stringfog-gradle-plugin/src/main/java/com/github/megatronking/stringfog/plugin/StringFogInstrumentationParams.kt:18
↓ 1 callersClassRandomKeyGenerator
Dynamic random security key for encryption. @author Megatron King @since 2022/2/14 22:40
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/kg/RandomKeyGenerator.java:13
↓ 1 callersClassStringFogWrapper
A wrapper for the real implementation of fogs. @author Megatron King @since 2018/9/20 16:14
stringfog-interface/src/main/java/com/github/megatronking/stringfog/StringFogWrapper.java:25
ClassBase64
Utilities for encoding and decoding the Base64 representation of binary data. See RFCs <a href="http://www.ietf.org/rfc/rfc2045.txt">2045</a> and <a
stringfog-interface/src/main/java/com/github/megatronking/stringfog/Base64.java:25
ClassBase64InstructionWriter
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/StringFogClassVisitor.java:279
ClassByteArrayInstructionWriter
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/StringFogClassVisitor.java:297
ClassClassStringField
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/ClassStringField.java:23
ClassClassVisitorFactory
A factory creates {@link ClassVisitor}. @author Megatron King @since 2017/3/7 19:56
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/ClassVisitorFactory.java:34
ClassCoder
stringfog-interface/src/main/java/com/github/megatronking/stringfog/Base64.java:63
ClassDecoder
stringfog-interface/src/main/java/com/github/megatronking/stringfog/Base64.java:168
ClassEncoder
stringfog-interface/src/main/java/com/github/megatronking/stringfog/Base64.java:502
ClassExampleInstrumentedTest
Instrumentation test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
app/src/androidTest/java/com/github/megatronking/stringfog/ExampleInstrumentedTest.java:17
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
app/src/test/java/com/github/megatronking/stringfog/ExampleUnitTest.java:12
ClassHardCodeKeyGenerator
Hard code a binary security key for encryption. @author Megatron King @since 2022/2/14 22:34
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/kg/HardCodeKeyGenerator.java:13
InterfaceIKeyGenerator
A generator uses to generate security keys. @author Megatron King @since 2022/1/14 22:15
stringfog-interface/src/main/java/com/github/megatronking/stringfog/IKeyGenerator.java:11
InterfaceIStringFog
Interface of how to encrypt and decrypt a string. @author Megatron King @since 2018/9/20 16:15
stringfog-interface/src/main/java/com/github/megatronking/stringfog/IStringFog.java:23
ClassInstructionWriter
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/StringFogClassVisitor.java:263
ClassLog
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/utils/Log.java:3
ClassMD5
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/utils/MD5.java:18
ClassMainActivity
app/src/main/java/com/github/megatronking/stringfog/MainActivity.java:7
ClassSetUtils
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/utils/SetUtils.java:7
ClassSourceGeneratingTask
stringfog-gradle-plugin/src/main/java/com/github/megatronking/stringfog/plugin/SourceGeneratingTask.kt:11
ClassStringFogClassGenerator
Generate the <code>StringFog</code> class. @author Megatron King @since 2018/9/20 17:41
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/StringFogClassGenerator.java:32
ClassStringFogClassVisitor
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/StringFogClassVisitor.java:40
ClassStringFogExtension
stringfog-gradle-plugin/src/main/java/com/github/megatronking/stringfog/plugin/StringFogExtension.kt:6
ClassStringFogImpl
StringFog xor encrypt and decrypt implementation. @author Megatron King @since 2018/9/2 14:34
stringfog-ext/xor/src/main/java/com/github/megatronking/stringfog/xor/StringFogImpl.java:26
ClassStringFogInstrumentationParams
stringfog-gradle-plugin/src/main/java/com/github/megatronking/stringfog/plugin/StringFogInstrumentationParams.kt:10
ClassStringFogMappingPrinter
Output StringFog mapping to file. @author Megatron King @since 2018/9/21 11:07
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/StringFogMappingPrinter.java:31
EnumStringFogMode
Define how the encrypted string presents in java class.
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/StringFogMode.java:6
ClassStringFogPlugin
stringfog-gradle-plugin/src/main/java/com/github/megatronking/stringfog/plugin/StringFogPlugin.kt:18
ClassStringFogTransform
stringfog-gradle-plugin/src/main/java/com/github/megatronking/stringfog/plugin/StringFogTransform.kt:15
ClassTextUtils
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/utils/TextUtils.java:16
ClassWhiteLists
The white list contains some ignored levels. We defined some popular library domains and classes which must be ignored when executing string fog. @au
stringfog-core/src/main/java/com/github/megatronking/stringfog/plugin/WhiteLists.java:30