Closed hyperxpro closed 5 years ago
I was having a look at the code and found "decryptBinary" method. What does it do? Does it decrypt encrypted byte array? If so, how can we encrypt the byte array?
It is Xor Encryption if you use it.
I was having a look at the code and found "decryptBinary" method. What does it do? Does it decrypt encrypted byte array? If so, how can we encrypt the byte array?