ganlvtech / lua-simple-encrypt

Lua simple XOR encrypt
https://ganlvtech.github.io/lua-simple-encrypt/
MIT License
98 stars 67 forks source link

Want with No password ! #28

Closed ghost closed 2 years ago

ghost commented 3 years ago

I need the encryption without password protection... Please

ganlvtech commented 2 years ago

XOR encrypt requires a key, because the script is decoded with the key. May be you can embed the key in your script.