Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近安装了 DCPcrypt,我注意到它支持 Rijndael。
我的问题是:
1.我可以使用 Rijndael 芯片解密 AES(128) 流吗?我注意到密钥大小设置为 256,我无法在 Object Inspector 中修改它
谢谢。
是的,您可以修改它,但不能在检查器中修改,我必须在初始化时更改它:
DCP_rijndael1.Init(keyByteArray,128,nil); // initialize the cipher
在演示中使用它的最佳示例。
我希望能帮助你。