79228833

Date: 2024-11-27 03:05:33
Score: 2
Natty:
Report link

The issue is not the decryption, it is the result NSData from the decryption. There is a high possibility that it might contain non UTF format Data which is making the Data to NNString conversion fail. Objective C is still more tolerant to handle imperfect UTF Data bytes, swift would fail everytime because of the optionals.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nikhil Murade