资源列表
[加密解密] primitives-master
说明:aes的白盒实现,加解密保护部分,保护加解密过程密钥不被对手分析。-White-box cryptography is often linked with code obfuscation, since both aim to protect software implementations.<宋江湖> 在 2025-05-31 上传 | 大小:51kb | 下载:0
[加密解密] bmp_encryption
说明:对图像进行置乱扩散处理后,得到一幅密文图像。-Scrambling for image diffusion process to obtain a ciphertext image.<冰冰> 在 2025-05-31 上传 | 大小:1kb | 下载:0
[加密解密] bmp_diffusion
说明:对一幅图像进行扩散处理,改变图像中每一像素点的值-Image of a diffusion process, change the value of each pixel of the image<冰冰> 在 2025-05-31 上传 | 大小:2kb | 下载:0
[加密解密] bmp_encryptioned
说明:对一幅加密图像进行解置乱,解扩散得到一幅明文图像-For a de-scrambling encryption image, to give a solution of the diffusion plain image<冰冰> 在 2025-05-31 上传 | 大小:2kb | 下载:0
[加密解密] yinzifenjie
说明:本代码主要实现的是大数(100位二进制以上的)的因子分解。-This code mainly realize that large numbers (more than 100 binary) factoring.<王王> 在 2025-05-31 上传 | 大小:18kb | 下载:0
[加密解密] Pythonaescode
说明:AES 采用 CBC 模式,秘钥长度为 32 个字节,数据采用 PKCS#7 填充;PKCS#7:K 为秘钥字节 数(采用 32),buf 为待加密的内容,N 为其字节数。Buf 需要被填充为 K 的整数倍。在 buf 的尾部 填充(K-N K)个字节,每个字节的内容是(K- N K)-aes code<zhao> 在 2025-05-31 上传 | 大小:6kb | 下载:0