MIHCrypto icon indicating copy to clipboard operation
MIHCrypto copied to clipboard

OpenSSL wrapper for Objective-C [cryptography]

Results 13 MIHCrypto issues
Sort by recently updated
recently updated
newest added

I'm trying to create instances of MIHRSAPublicKey and MIHRSAPrivateKey using `initWithData:` after they have been encoded as strings from their data values, and decoded back into data values. See following...

bug

Hi, First, thanks for your awesome tool. I'm trying to sign a string with SHA256 as below. ,,, ``` NSData *messageData = [message dataUsingEncoding:NSUTF8StringEncoding]; NSData *signature = [[keyPair private] signWithSHA256:messageData...

I cannot get CocoaPods to install MIHCrypto with the "use_frameworks!" option in my Podfile. !] The 'Pods' target has transitive dependencies that include static binaries: (Pods/OpenSSL-Universal/lib-ios/libcrypto.a and Pods/OpenSSL-Universal/lib-ios/libssl.a) Are there...

wontfix

Hi @hohl , I know CBC mode for AES encryption is much secure than ECB mode, but as the server I'm connecting to has ECB mode of encryption/decryption I'm forced...

Hi, I have to exchange keys with the server (in JAVA using bouncycastle) and my iOS app. So the server has the key size issue and send me the key...

![screen shot 2016-08-04 at 12 37 46 pm](https://cloud.githubusercontent.com/assets/1979225/17389556/5054b294-5a40-11e6-8c73-b7851fbc73d8.png)

Hi, Is it possible to use AES / GCM encryption?

Hello Everobody,how can I create digital singnature SHA256 with RSA algoritm where padding is PKCS8

Hi! Is it possible to decode / encode data with OAEPWithSHA1AndMGF1Padding?

Allow the exporting and importing of private and public keys as files. It would be good design to add these two interface: - `MIHExporter` - `MIHImporter` ...providing the ability to...

enhancement