You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added killOnBypass to freeraspConfig that configures if the app should be terminated when the threat callbacks are suppressed/hooked by an attacker (Android only) (Issue 65)
Added onTimeSpoofing callback to FreeRaspEvent for handling FreeRaspEvent.TimeSpoofing threat (Android only)
We are introducing a new capability, detecting whether the device time has been tampered with
Added onLocationSpoofing callback to FreeRaspEvent for handling FreeRaspEvent.LocationSpoofing threat (Android only)
We are introducing a new capability, detecting whether the location is being spoofed on the device.
Added onUnsecureWifi callback to FreeRaspEvent for handling FreeRaspEvent.UnsecureWifi threat (Android only)
We are introducing a new capability, detecting whether the device is connected to an unsecured Wi-Fi network.
Added onAllChecksFinished callback to FreeRaspEvent
We are introducing a new callback that notifies when all security checks have been completed.
Android
Removed
Removed deprecated functionality Pbkdf2Native and both related native libraries (libpbkdf2_native.so and libpolarssl.so)