搜索资源列表
RSADemo.java
- 使用Java写的RSA加密/解密例子
Des加密解密文件
- 可以操作的文件类型:TXT、DOC、JAVA等,且Word文档中包含图片也没问题 运行时使用的例子是本目录下的111.doc文件,运行后自动生成222.doc文件和333.doc文件。 其中111.doc文件加密后的文件是222.doc文件,222.doc文件解密后文件是333.doc文件。-can operate file types : TXT, DOC, JAVA, but Word document contains photographs have no problem ru
Des.JAVA
- des加密解密 源代码 java版的。可以用呀-des encryption and decryption source code version of java. Can ah
JCT - java加密解密工具包
- java加密解密工具包-Java encrypt and encode tool package
java加密程序(DES)
- 通过运用JCE中的des算法来实现对文本的加解密。
用Java描述加密解密过程
- 加密解密算法
md5forjava java md5加密解密源码及实例代码
- java md5加密解密源码及实例代码,简洁明了-java md5 encryption decryption source code and examples, concise
test
- 1、对称密码技术的实现(单重DES加密/解密); 2、非对称密码技术的实现(RSA,产生公私钥,并利用公钥加密信息,在利用私钥解密);-1, symmetric cryptographic techniques to achieve (single DES encryption/decryption) 2, non-symmetrical cryptographic techniques to achieve (RSA, generate public private key and pu
IS_Project1
- 这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
enCode
- java加密与解密 java加密与解密-java加密与解密 java加密与解密
Java
- Java加密解密算法源码 比较简单,给初学者参考-Java source code encryption and decryption algorithm is relatively simple reference for beginners
aes-java-128bit
- 能对aes字符串进行加密解密.基于128位。已经测试!-Aes encryption can decrypt the string. Based on 128-bit. Has been tested!
JAVA_AES
- java邮件加密解密, java邮件加密解密,-java e-mail encryption and decryption, java e-mail encryption and decryption, java e-mail encryption and decryption,
java-des
- des加密解密算法,通过DES加密解密实现一个String字符串的加密和解密.-des encryption and decryption algorithm, DES encryption and decryption to implement a String string encryption and decryption.
des-java
- 用java 实现的des加密解密算法过程文档含源码-java des achieve
java
- java加密解密简单实现,给自己学习java的资料-java encryption and decryption is simple to implement, java information to their own learning
SM2&SM3&SM4 java实现
- SM2&SM3&SM4 java实现文字的加密解密(SM2&SM3&SM4 java to achieve text encryption and decryption)
AES加密解密
- 用Java编写AES加密算法,实现加密解密过程(Using Java to write AES encryption algorithm to achieve encryption and decryption process)
java_DES加密解密源码
- Java实现des加密解密算法,des加密解密算法(Java implementation of DES encryption algorithm)
DES_Encryption
- PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>