Namespace CodeStage.AntiCheat.Utils
Classes
- AndroidScreenRecordingBlocker
Allows preventing screenshots or screen recording of your app using Android's builtin security feature. Can be helpful against some bots on non-rooted devices.
- HashUtils
Utility class for calculating and validating hash values for various data types. Used by ACTk's Obscured types for integrity checking and tamper detection.
⚠️ Important: Hash functions can produce collisions - different inputs may generate the same hash value. This is normal behavior for hash functions and should be considered when using these methods.
- StringUtils
Contains few utility methods for string operations used by ACTk.
- ThreadSafeRandom
Random utility which can be used from background threads.
- xxHash
A little bit changed xxHashSharp implementation. Original Copyright (C) 2014, Seok-Ju, Yun. (https://github.com/noricube/xxHashSharp)