navneet83 / Cross-platform-AES-encryption

Basic cross platform AES encryption
Apache License 2.0
320 stars 152 forks source link

Encrypted string in C# and Decryption IOS vise versa not working #55

Open karanmamtora opened 7 years ago

karanmamtora commented 7 years ago

I have changed How to use in C# string key = CryptLib.getHashSha256("1111111111111111", 32); //32 bytes = 256 bits

but still not working.