-
Just upgraded minizip-ng to 4.0.0 in my iOS app. Uploading it to Apple fails with error
The app references non-public symbols in Payload/[...]:
_CCCryptorGCMAddAAD, _CCCryptorGCMAddIV, _CCCryptorG…
huven updated
1 month ago
-
I dont understand this:
touchHLE v0.2.1 — https://touchhle.org/
No app specified, opening app picker. Use the --help flag to see command-line usage.
touchHLE::app_picker: Warning: couldn't load i…
GSH23 updated
1 month ago
-
**Describe the bug**
**Component**
- [ ] core
- [x] arm
- [ ] avr
- [ ] m68k
- [ ] mips
- [ ] ppc
- [ ] sparc
- [ ] v850
- [ ] wasm
- [ ] x86-64
**Reproduce via JSON (pddi)**
```
…
-
How can i get the data:
```
static Future post(String url, List data) async {
Response rsp = await dio.post(url, data: data, options: Options(responseType: ResponseType.bytes));
return rsp…
-
Hi!
After migrating to MSAL iOS framework for authentication, we have got the following issue in the latest security review report for our app:
Null Initialization Vector Used for Symmetric Encryp…
-
SQLCipher is a extension to SQLite that provides transparent AES-256 encryption of the database file. It uses OpenSSL to do so.
The only changes to SQLite's API are the addition of `int sqlite3_key…
-
**Is your feature request related to a problem? Please describe.**
In other SDKs, e.g. [node](https://github.com/Adyen/adyen-node-api-library/blob/develop/src/services/terminalLocalAPI.ts), there exi…
-
I'm new to C++ so sorry if there's something obvious here.
After decryption there are some rogue return characters `\r` (and some other characters). As seen below
```
std::string keyString …
-
**Describe the bug:**
When our app(linked with IntuneMAM SDK) is scanned by a security tool for app security findings, there are some issues that were from Intune MAM SDK.
**To Reproduce**
List o…
-
In NSData+AES.m line 48, a null input is used for the iv parameter.
When using CBC mode, this results in an initialization vector that is all zeroes. This makes the ciphertext more predictable and le…