obfuscator library

Classes

Obfuscator
Generate an obfuscated key function and append it to lib/secret.dart. If lib/secret.dart does not exist, create a skeleton class. The generated function will return the original key when called. The key can be provided as a plaintext string or read from a file. The obfuscation is done using a simple XOR with a fixed mask.