aqtoolkit icon indicating copy to clipboard operation
aqtoolkit copied to clipboard

A toolkit consisting of a bunch of generally useful routines and extensions I wrote when putting together other projects.

Results 16 aqtoolkit issues
Sort by recently updated
recently updated
newest added

We are using “NSData+CommonCrypto”. We are facing security issue raised By Veracode Scanning Report. Please check the following details for issue provided by Veracode. **Description:** Error handling problems occur when...

setter selector name wasn't including the ':' character indicating the parameter for the setter

Brought in Gzip header changes from ParserExample and reduced complier warnings & depreacated GC related errors. Still get odd warnings about the weak CFNetwork symbols not being declared - perhaps...

Changed the way the `HMACWithAlgorithm:Key:` works so it support all the types in the `CCHmacAlgorithm` enum.

In the AES256EncryptedDataUsingKey method, I can't decryt the data using java when the options is set to kCCOptionPKCS7Padding. But when I modify the options to "kCCOptionPKCS7Padding | kCCOptionECBMode", I can...

if you try decrypting with a 16 byte key it converts the keylength to 24 bytes the following function should be changed to add

We had the issue that some of the xml documents which we were parsing caused a crash on iOS 6. The fix is to add the following line to the...

Not sure if this is by design or not, but at least I found myself wanting to include the kSecAttrAccount attribute to be included when querying (-[AQKeychainItem queryKeychain]). So in...