Hi Nik
Yes I should have used NSUTF8StringEncoding 
I just found the root of the problem though:

CommonCrypto_for_GNUstep/Source/AESedp$ vim AESAssembly.h 

Change:

// Select which implementation to use.
#if 1
        #define UseAESedp_IntelAssembly
#else
        #define UseAESedp_GeneralC
#endif

To:

// Select which implementation to use.
#if 0
        #define UseAESedp_IntelAssembly
#else
        #define UseAESedp_GeneralC
#endif

> On Jun 9, 2016, at 11:13 PM, H. Nikolaus Schaller <[email protected]> wrote:
> 
> 
>> Am 10.06.2016 um 03:44 schrieb Amr Aboelela <[email protected] 
>> <mailto:[email protected]>>:
>> 
>>     NSString *encryptedString = [[NSString alloc] initWithData:encryptedData 
>> encoding:NSASCIIStringEncoding];
>> 
> 
> Are you sure that encryptedData contains ASCII characters only?
> 
> -- hns

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to