Decrypts the given data.
@override List<int> decrypt(List<int> data) { cleanCrypts(); return currentCrypt.decrypt(data); }