资源列表
Pythonaescode
- AES 采用 CBC 模式,秘钥长度为 32 个字节,数据采用 PKCS#7 填充;PKCS#7:K 为秘钥字节 数(采用 32),buf 为待加密的内容,N 为其字节数。Buf 需要被填充为 K 的整数倍。在 buf 的尾部 填充(K-N K)个字节,每个字节的内容是(K- N K)-aes code
RSA
- Miracl库实现的RSA算法,已通过编译-Miracl RSA
sushu
- 本代码主要实现对一个数是否是素数进行测试。-This code mainly realize whether a number is prime for testing.
yinzifenjie
- 本代码主要实现的是大数(100位二进制以上的)的因子分解。-This code mainly realize that large numbers (more than 100 binary) factoring.
AES
- 本代码主要是完成AES加解密算法的实现。-This code is mainly to complete the implementation of the AES encryption algorithm.
RSA
- 自己利用VS2010实现的RSA加密算法程序.可以作为模块使用,可以封装。-RSA encrypt programmer
ARC
- AES算法VC++ AES算法VC-AES VC++
bmp_encryptioned
- 对一幅加密图像进行解置乱,解扩散得到一幅明文图像-For a de-scrambling encryption image, to give a solution of the diffusion plain image
bmp_diffusion
- 对一幅图像进行扩散处理,改变图像中每一像素点的值-Image of a diffusion process, change the value of each pixel of the image
bmp_encryption
- 对图像进行置乱扩散处理后,得到一幅密文图像。-Scrambling for image diffusion process to obtain a ciphertext image.
Firewall
- dwt is a matlab code for steganography.
primitives-master
- aes的白盒实现,加解密保护部分,保护加解密过程密钥不被对手分析。-White-box cryptography is often linked with code obfuscation, since both aim to protect software implementations.