完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我的数据太大(十六进制文件无法引导加载程序),需要使用相同的上下文多次调用AES解密函数。我做了很多测试,但没有结果。当AES_BLOCK_SIZE有完整的数据解密时,它工作得很好。但是我需要这样的东西:CRYPT_AES_KeySet(&dec,key,16,iv,AES_DECRY)。PT.;CRYPT_AES_CBC_Decrypt(&dec,plain,cypher_.,AES_BLOCK_SIZE);(将更多数据加载到cypher_.)。CRYPT_AES_CBC_Decrypt(&dec,plain,cypher_.,AES_BLOCK_SIZE);有人帮我吗?谢谢!我的设置:PIC32 MZ2048 EFM144,MPLABX V3.50,与MHC V2Y01和XC32 1.42。
以上来自于百度翻译 以下为原文 My data to decrypt is too large (an hex file to bootloader) and i need call AES decrypt function many times using same context. I do many tests but no result. When AES_BLOCK_SIZE have entire data to decrypt it works good. But i need something like this: CRYPT_AES_KeySet(&dec, key, 16, iv, AES_DECRYPTION); CRYPT_AES_CBC_Decrypt(&dec, plain, cypher_buffer, AES_BLOCK_SIZE); . (load more data to cypher_buffer) . CRYPT_AES_CBC_Decrypt(&dec, plain, cypher_buffer, AES_BLOCK_SIZE); Anybody help me? Thanks! My setup: PIC32MZ2048EFM144 , MPLABX v3.50, with MHC v2_01 and XC32 1.42. |
|
相关推荐
1个回答
|
|
如果您使用的是硬件加密模块,那么在运行它之前,它需要知道要处理的数据的大小。有散列函数,但是密码函数不存在这些函数。您可能暂时必须使用软件密码,直到我们能够找到使硬件具有完整数据大小的最佳方法。
以上来自于百度翻译 以下为原文 If you're using the hardware crypto module, it needs to know the size of the data to be processed before it can run it. There are functions for hashes, but they don't exist for the cipher functions. You may have to use software ciphers for the moment, until we can figure out what the best way to get the hardware the full size of the data. |
|
|
|
只有小组成员才能发言,加入小组>>
5237 浏览 9 评论
2026 浏览 8 评论
1950 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3201 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2253 浏览 5 评论
772浏览 1评论
662浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
590浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
672浏览 0评论
572浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-21 10:50 , Processed in 1.252768 second(s), Total 76, Slave 60 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号