搜索资源列表
-
0下载:
完整的Rijndael加密c算法
以及Rijndael的J2ME实现
还有Rijndael的原理讲解文档-C complete Rijndael encryption algorithm Rijndael in J2ME and realize there is documentation to explain the principles of Rijndael
-
-
0下载:
Java Shannon Fano Algorithm , encryption and decryption.
CitireBit.java read bit by bit from text/bmp file
Compara.java compares 2 bits
In.txt it s the in file for the interface and algorithm
Interfata.java it s the interface file
Nod.java
-
-
0下载:
软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
-
-
0下载:
用JAVA实现的AES算法,可对文件,字符串,byte数组加密,详细显示每一步加密过程,包含生成密匙,加密文件,用密钥k解密文件-AES algorithm using JAVA, may file a string, byte array encryption, the encryption process every step shown in detail, including key generation, encryption, file with the key k to decry
-
-
0下载:
Md5.java是一个字符串加密算法类的代码文件,如果你在用JAVA开发一些应用,这个MD5算法类或许可以直接套用,代码中的关键部分带有注释,部分注释是英文的,不过认真看可以看懂。-Md5.java encryption algorithm is a string class code file, if you are developing some applications using JAVA, the MD5 algorithm may be directly applied to the
-