-
Apparently some iOS devices have hardware accelerated AES and SHA-1:
http://stackoverflow.com/questions/4812474/does-iphone-support-hardware-accelerated-aes-encryption
The API is:
https://developer.a…
-
## Enhancement
Frida script for tracing Common Crypto functions, including the function arguments and return values
### Expected behaviour
For example:
```
CALLED C CCCrypt
arguments =
…
-
Very helpful encryption library for CCCrypt. Thank you for sharing. For certain strings decryption works but some times decryption fails and the error message I get is [ERROR] failed to decrypt| CCCr…
-
Hi,
I'm receiving the build error in Swift 4.2
`Overlapping accesses to 'ct', but modification requires exclusive access; consider copying to a local variable`
Any suggestions on how to fix. This…
-
I've started playing around with this and it's great for reverse engineering existing apps! Are you planning to push the extended features at any point?
-
Hi,
We need to encrypt/decrypt string between IOS,android and C# app.We have used this class and it works in C# and android but not working in IOS. Please check for IOS compatibility before use.
…
-
i have a one c# web service and i can decript and encript c# webservice, android project and c# client project. but i can not implement pakhee ios code for my ios application. There are a lot of error…
-
-
Hi,
It is not working with iOS. The files are getting encrypted properly, but when I run the app via Xcode, the app gets stuck at splashscreen.
-
I try convert triple des from swift code to kotlin mutilplaform but result outputData?.base64EncodedStringWithOptions(options = 0uL = "SpE3b1aZ7MM=") wrong.
In module iosMain:
`@Suppress("CAST_…