Closed smilydronavalli closed 6 years ago
Hi,
Kindly give me reply of the above query.Here we are waiting for the above query reply.It's very important for us.
Thanks InAdvance
RNCryptor is a specific encryption format. It is not a general-purpose library for handling custom formats like your C#. If you plan to use the RNCryptor format on both platforms, see RNCryptor-cs for a C# implementation.
If you need the C# format as given, then you'll need to reimplement in Objective-C. I can implement this for you on a consulting basis if you need this service.
Hi
I am encrypted image file in objectiveC using the below code
I sent the above encrypted image file to C# for decryption but the image file is not decrypted same as I try to C# encrypted image file to decrypted in ObjectiveC But it is not happened
In C#
aesMode = AesMode.CTR; options = Options.V0; hmac_includesHeader = false; hmac_includesPadding = true; hmac_algorithm = HmacAlgorithm.SHA1;
Praveen, 20:29 private byte[] encryptAesEcbNoPadding (byte[] plaintext, byte[] key) { byte[] encrypted;
Thanks inadvance