AESCrypt-ObjC icon indicating copy to clipboard operation
AESCrypt-ObjC copied to clipboard

A simple and opinionated AES encrypt / decrypt Objective-C class that just works.

Results 18 AESCrypt-ObjC issues
Sort by recently updated
recently updated
newest added

Hi, I have a string that I want to decode: U2FsdGVkX1+MEhsbofUNj58m+8tu9ifAKRiY/Zf8YIw= and I have this key: 3841b8485cd155d932a2d601b8cee2ec . I can't decrypt the string using AESCrypt-ObjC Are there any more details...

Method:FixKeyLengths case:kCCAlgorithmAES128, fix the condition if keydata's length is 16 or 24

Hi Gurpartap I recently used `AESCrypt` on a personal project and I'm using [CocoaPods](http://cocoapods.org/) for managing dependencies. I created an `AESCrypt.podspec` file if you're interested in getting `AESCrypt` into CocoaPods...

Hey, thanks for this project. It came in handy for me today. I'm using it to encrypt/decrypt some binary data, rather than strings, so these extensions are exactly what I...

Hi guys, the project works perfectly but I noticed one bit issue. When someone encrypts one and the same plaintext will get one and the same cyphertext. This means that...

Hello there, I saw a closed issue about IV support and I can see from this code that IV is supported... But with a fixed IV, isn't it? I mean,...