我正在尝试使用DES算法对objective-c中的数据进行加密。这是我的代码。我正在从这段代码中获取我的数据:和加密的str:。谁能说出什么问题了?NSString*token=@"helloworld";constvoid*vplainText;size_tplainTextBufferSize;plainTextBufferSize=[tokenlength];vplainText=(constvoid*)[tokenUTF8String];uint8_t*bufferPtr=NULL;size_tbufferPtrSize=0;size_t*movedBytes;bufferP