-
Looking at the implementation of `AES.encrypt`, it looks like it uses `Hash.SHA384` for the key and iv that gets passed to `CCCrypt`. My question is how does this translate back out to using something…
-
I am running latest Frida (6.2.4) on El Capitan 10.11.3 (15D21). I updated to latest version of frida
> sudo easy_install -U frida
I used frida-trace to attach Mac app on El Capitan. It successfully…
-
Would the incremental usage outlined in the README be able to support appending onto an encrypted NSData object across multiple application sessions? E.g., writing encrypted data to a file, which is t…
-
I created an app with CocoaAsyncSocket, I want to decrypt the data form the server
``` swift
func socket(sock: GCDAsyncSocket!, didReadData data: NSData!, withTag tag: Int) {
// here to decrypt..…
-
#### Description
Summary:
When calling CCCrypt with kCCAlgorithmAES128 and using a key not having a length corresponding kCCBlockSizeAES128, CCCrypt returns the PLAINTEXT inside the CIPHERTEXT buffer…
-
Hi!
Im trying to integrate this pod in my watchOS 2 target, but Im getting the following error:
ld: file is universal (5 slices) but does not contain a(n) armv7k slice: .../Pods/OpenSSL/lib/libssl.a…
-
Why? I think it is unsecure in cbc mode.
-
I use your code to encrypt/decrypt text.
In c# it works perfect, but in xcode i need some help.
Firstly i make some changes and the encryption works perfect as in c#.
Now i have problem with decryptio…
-
Hi David,
Could you let me know how you compiled InspectiveC? I am compiling this against my MBA, Yosemite 10.10.3, iOS SDK 8.3
By just running `make` against the Makefile in the InspectiveC directo…
-
```
CompileSwift normal x86_64 Heimdall/Heimdall/Heimdall/Heimdall.swift
cd Heimdall/Heimdall
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -fron…