阅读背景:

需要使用openssl加密和解密文件的示例C代码

来源:互联网 

Am writing code in Linux C. I need to encrypt and decrypt files using openssl. Currently Am using system command "des3 -e -nosalt -k 0123456789012345 -in inp_file -out out_file" for encrypting and "des3 -d -nosalt -k 0123456789012345 -in inp_file -out out_file" for decrypting. Where shall I get sample code to do the same with C API's.Am writing code in Linux C. I need to encrypt a




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: