我正在使用openssl版本3.0.0.7,并运行以下DES命令进行加密。在windows10命令提示符下运行此命令。输入文件secret_messge.txt包含以下内容 hi there, the message is secret, hi there 使用的命令如下 openssl enc -des-ecb -e-in secret_message.txt -out simple-cipher-message.bin -K b2a2d62eab19114f
Error settin
为什么const_DES_cblock input最多只能接受8个字母。例如,const_DES_cblock input = "hehehehehehehe"; // iswarning: warning: initializer-string for array of chars is too long [enabled by default]
第一行代码可以很