搜索资源列表
Sample.java.tar
- AES 256 bit encryption and decryption
JAMIJIEMI
- 一个很好用的Java加密解密算法,测试通过,直接解压就可以用!-a good use of the Java encryption and decryption algorithm, the test directly extract can use!
Javajiamijiemi
- Java加密组件DES实现RSA和SHA加密算法-Java Encryption Component DES encryption algorithm to achieve RSA and SHA
jfilecrypt
- 很强的JAVA加密、解密算法源码,一共有6种算法可供选择,另外还可以直接生成ZIP压缩文件。-JAVA strong encryption, decryption algorithm source code, a total of six kinds of algorithms to choose from, also can directly generate the ZIP compressed files.
encryption
- Java写的MD5加密算法,只有一个文件,很容易使用-MD5 encryption algorithms written in Java, only one file, it is easy to use
xor-encryption
- xor-encryption for java systems
java
- 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
Java-art-encryption-and-decryption
- Java加密与解密的艺术。适合对加密学习的开发者参考使用-Java encryption and decryption of art. Suitable for encryption developers learning to use reference
Java-Security_Program
- 结合实例讲解java安全编程相关知识:加解密、SSL等。通俗易懂-Secure programming with examples to explain knowledge of java: encryption, SSL and so on. Easy to understand
Lab1_3_1
- 1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥提供给对方,然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的私钥解密后得到F(x),在同本地计算得到的F(X)进行对比,如果一致,说明公钥分配成功。 (3)A用B的公钥对一图象文
Java-Encode
- ava加密与解密的艺术.rar 完整源代码 欢迎下载研究-java encryption and decryption algorithms related example
java-DES
- java 加密 解密 采用des加密方式-java encryption and decryption using des encryption
Base64.java
- Base64.java加密解密类文件,Java使用Base64算法对字符串或文件进行加密的一个类实例,不包括例子,你可以看下这个类,需要的话自己用得上,是从国外网站下载的。-Base64.java encryption and decryption class files, Java algorithm using Base64 string or an instance of a class file encryption, excluding example, you can look th
Java--(ChinaSEI)
- 本书由 软工学苑 郭克华 著作 《JAVA 加密解密方法大全》 该书详细讲解了,对称加密算法,非对称加密算法,以及单向加密算法等... -The book by the soft labor Academy Guo Kehua book " JAVA encryption and decryption methods Daquan" The book explains in detail, symmetric encryption algorithms, asymmetr
Encryption--decryption-algorithm
- 一段java的加密解密算法,以规则一定的加密对内容进行加密,然后通过逆过程解密。-Some java encryption and decryption algorithm to encrypt the contents of the rule must be encrypted and then decrypted by a reverse process.
test aes platform code
- Java encryption test aes
JAVA-encryption-decryption
- JAVA Base64算法 对称非对称算法 数字签名算法 消息摘要算法源码-JAVA Base64 symmetric asymmetric algorithm digital signature algorithm message digest algorithm source code
encryption-decryption
- Java cs架构软件调用 mybatis(Java cs call mybatis)
java
- 3des加密算法的java源码(算法实现过程)(3des encryption algorithm Java source code (algorithm implementation process))
JAVA-springMVC-weixin
- 和许多第三方服务器接入类似,微信服务器接入同样需要一个加解密的过程。当我们填好配置信息后微信服务器发起一个GET请求到我们在公众平台配置的服务器url地址,微信方将带上signature,timestamp,nonce,echostr四个参数,我们自己服务器通过拼接公众平台配置的token,以及传上来的timestamp,nonce进行SHA1加密后匹配signature,返回ture说明接入成功。(Similar to many third party server access, WeCha
