A hook that can be used to encrypt data.
data
@protected FutureOr<List<int>> encrypt(final List<int> data) => data;