MIHCrypto
MIHCrypto copied to clipboard
OpenSSL wrapper for Objective-C [cryptography]
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...
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...
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...

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...