三重des文件加密和解密 [英] triple des file encryption and decryption

查看:442
本文介绍了三重des文件加密和解密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





请在java net beans中评论链接或提供示例代码文件加密和解密。



提前谢谢。

Hi,

Please comment link or provide sample code file encryption and decryption in java net beans.

Thanks in advance.

推荐答案

您可能遗漏了一些包含Base64功能的库的导入...一个选项是......

You probably missing some import of the library contains the Base64 functionality...one option is...
import org.apache.commons.codec.binary.Base64;



...并改变你的代码...


...and alter in your code...

byte [] base64Bytes = Base64.encodeBase64(buf); 


Google是你的朋友:好好经常拜访他。他可以比在这里发布问题更快地回答问题......



一次非常快速的搜索提供超过60,000次点击: Google [ ^ ]



将来,请尝试自己做至少基础研究,不要浪费你的时间或我们的时间。
Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

A very quick search gave over 60,000 hits: Google[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.


这篇关于三重des文件加密和解密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆