Giter VIP home page Giter VIP logo

Comments (2)

lileii avatar lileii commented on June 17, 2024

问题2的这个activity 是整个App的启动类

//stringfog {
// // 必要:加解密库的实现类路径,需和上面配置的加解密算法库一致。
// implementation 'com.github.megatronking.stringfog.xor.StringFogImpl'
// // 可选:加密开关,默认开启。
// enable true
// debug true
// // 可选:指定需加密的代码包路径,可配置多个,未指定将默认全部加密。
//// fogPackages = ['com.xxx.xxx']
// // 可选(3.0版本新增):指定密钥生成器,默认使用长度8的随机密钥(每个字符串均有不同随机密钥),
// // 也可以指定一个固定的密钥:HardCodeKeyGenerator("This is a key")
// // 可选(4.0版本新增):用于控制字符串加密后在字节码中的存在形式, 默认为base64,
// // 也可以使用text或者bytes
// mode base64
//}

我的配置如下

from stringfog.

lileii avatar lileii commented on June 17, 2024

我用的的是7.4.1

from stringfog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.