简体   繁体   English

keil中的数据加密和解密

[英]Encrypting And Decrypting data in keil

Can I encrypt binary code in keil software itself?我可以在keil软件本身中加密二进制代码吗? Are there any other options I can encrypt my binary code and send the encrypted code to some other place?还有其他选项可以加密我的二进制代码并将加密的代码发送到其他地方吗?

Write encrypting program (or use any available on the market) and run a post buid step.编写加密程序(或使用市场上任何可用的程序)并运行构建后步骤。

More info: https://developer.arm.com/documentation/101407/0537/Dialogs/Project/Options/User?lang=en更多信息: https://developer.arm.com/documentation/101407/0537/Dialogs/Project/Options/User?lang=en

You could do it manual or link post build steps with some executable (there are lot of open source software for encrypt, decrypt. And some already available in your PC) to perform this.您可以手动执行此操作,也可以将构建后的步骤与一些可执行文件(有很多用于加密、解密的开源软件。有些已经在您的 PC 中可用)链接来执行此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM