Allan Yan
Results
2
comments of
Allan Yan
Sorry for no reply for such a long time; Q1: lua-lockbox encrypt,java decrypt: ``` lua local String = require("string"); local Lockbox = require("lockbox"); Lockbox.ALLOW_INSECURE = true; local String = require("string");...
Another question: When the data is encrypted by java and decrypted by lua-lockbox, should lua-lockbox must remove the padding data?