资源列表
DES_RSA_MD5加密解密
- 实现对称加密解密技术DES,非对称加密解密技术RSA,MD5(To achieve symmetric encryption and decryption technology DES, asymmetric encryption and decryption technology RSA,and MD5.)
SE V2.1.9 授权破解工具
- 软件注册码 破解工具 内附教程 小白也可用。(poll code crack; break enclosed tutorial; course (of study); Windows tutorial freshman; beginner; raw recruit; green hand)
密码学c实现
- 密码学c实现,非常有用非常有用非常有用的原书pdf(Cryptography C implementation)
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他
RSA1
- program for unix operating system
RC5 code
- encryption of rc5 algorithm implemented in java
Des+Md5
- 此程序由VC++编写而成,运行程序在release文件夹下,可以实现对文件的加密和解密操作(Can be achieved on the document encryption and decryption operations)
jt_jpeg
- dct steganography in image
f5-steganography-master
- f5 algorithm for simple steganography
RSA
- RSA encrypting_decrypting
2015
- steganography using hamming code
extendedeuclid
- 作者身份:华南理工大学知识产权学院王桂林,这是我自己编写的拓展欧几里得算法,用于实现RSA加密中的求模数乘法逆元,适合初学者作参考代码。文件内容是VS C++项目文件。(I am a student who is from South China University of Technology.This is a realization of the extended Euclid calculation, which can be used to do the RSA. I suggest