# Add project specific ProGuard rules here. # You can control the set of applied configuration files using the # proguardFiles setting in build.gradle. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following # and specify the fully qualified classname to the JavaScript interface # class: #-keepclassmembers classfqcn.of.javascript.interface.for.webview { # public *; #}
# Uncomment this to preserve the line number information for # debugging stack traces. #-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile
for o inrange(1,100000): # 长度 7- 13 位 for length inrange(6,13): # 按照长度随机拼接 temp = keys[random.randint(0,1)] for i inrange(1, length+1): temp += random.choice(keys) result.add(temp)
print("成功生成字典,数量:", len(result))
withopen("dic.txt",mode='w+',encoding='utf-8') as f: f.writelines("\n".join(result)) f.flush()
In order to make Paranoid work with your project you have to apply the Paranoid Gradle plugin to the project. Please notice that the Paranoid plugin must be applied after the Android plugin.