-
一个完全使用java编写的加密通用算法包,含des,des3,rsa等很多加密算法源码...
一个完全使用java编写的加密通用算法包,含des,des3,rsa等很多加密算法源码- Completely uses the java compilation the encryption general
algorithm package, contains des, des3, rsa and so on very many
encryptions calculates the law origin code
- 2022-05-20 18:13:01下载
- 积分:1
-
md5算法的java实现
md5算法的java实现-md5 algorithm java realizes
- 2022-03-24 03:05:54下载
- 积分:1
-
DES文件加密
DES加密解密实现,基于C语言。完成基本功能(DES encryption and decryption implementation, based on C language. Complete basic functions)
- 2020-12-17 19:19:11下载
- 积分:1
-
局域网聊天程序的加密,使用RSA加密算法,可以保证…
加密的局域网聊天程序,采用RSA加密算法,可保证聊天的私密-Chat LAN encryption procedures, using the RSA encryption algorithm, can guarantee that the privacy Chat
- 2022-07-18 08:46:44下载
- 积分:1
-
非常好的使用Delphi 进行数据压缩加密的资料,值得收藏!
非常好的使用Delphi 进行数据压缩加密的资料,值得收藏!- Extremely good use Delphi carries on the data compression
encryption the material, is worth collecting!
- 2022-10-29 00:00:04下载
- 积分:1
-
PE程序加密壳源程序
PE程序加密壳源程序 -PE procedure encryption shell source program
- 2022-08-13 03:42:19下载
- 积分:1
-
md5 算法的纯c版本。方便移植到各种嵌入式小型设备不支持c++的环境...
md5 算法的纯c版本。方便移植到各种嵌入式小型设备不支持c++的环境-md5 algorithm with pure C version. Easy to transplant it to systems using only C, but not C++
- 2022-08-15 21:19:56下载
- 积分:1
-
username
WPF将用户名和密码加密保存在文件当中,非常好的资料(WPF user names and passwords encrypted and stored in a file which is very good information)
- 2013-11-05 16:29:17下载
- 积分:1
-
865754765
VB文件加密器(异或加密),有需要的就下载吧。(VB file encryption (XOR encryption), there is a need to download it.)
- 2013-08-21 12:09:19下载
- 积分:1
-
DES_3DES
说明: DES算法是这样工作的:如Mode为加密,则用Key 去把数据Data进行加密, 生成Data的密码形式(64位)作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式(64位)作为DES的输出结果。在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据(如PIN、MAC等)在公共通信网中传输的安全性和可靠性。 通过定期在通信网络的源端和目的端同时改用新的Key,便能更进一步提高数据的保密性,这正是现在金融交易 网络的流行做法。 下面是DES原理及实现步骤,以及VC++关于DES加密解密的详细源程序(Complete source code, calling process, detailed explanation of the principle)
- 2020-06-19 20:20:01下载
- 积分:1