资源列表
DES_Core
- 基于Quartus ii 平台的DES加密算法Verilog设计和modelsim仿真(DES encryption algorithm design and Modelsim simulation based on Quartus II platform)
VMware12.Keymaker
- VMware Workstation 12 注册机,目前网上只有一个可用的永久序列号(VMware Workstation 12 register, there is currently only one available permanent serial number on the Internet)
信息安全实验2-1
- 实验内容 1、对称密码技术的实现 (1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密; (2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的); 2、非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定
加密算法
- c++ 加密算法合集,包括(rsa md5 base64....)(C++ encryption algorithm collection, including (RSA MD5 Base64...))
aes
- AES算法的实现,VC++代码,支持ECB模式(Implementation of AES algorithm, VC++ code.)
Hill2_MATLAB
- Hill2密码破译。适用于明文为拼音的Hill2密码类型。 运行软件平台MATLAB。使用时,只需输入截获的密文,运行程序,即可破译。(Hill2 password decoding. Hill2 cipher type suitable for plaintext pinyin. Running software platform MATLAB. When you use it, you only need to input the intercepted ciphertext and r
Peng2015TGRSb
- 本文讨论了基于 DNA 计算的图像加密等主流图像加密算法的加密原理、优缺点和最新进展(This paper discusses the encryption principle, advantages, disadvantages and the latest progress of mainstream image encryption algorithms based on DNA computing)
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
图像处理及图像分块
- 膨胀后的g分量二值图像,彩色图像及视频文件
SM9算法源代码-
- sm9算法源码 ibc算法 基于id标识的公私钥算法 pdf文档 参考(SM9 source code PDF document reference)
wjjm
- 1. 修复2015年元旦后出现的已加密文件夹在软件中不显示问题; 2. 修复上个版本自动更新功能失效问题(请直接在官网下载最新版本覆盖安装); 3. 修复磁盘加密对话框界面显示等小问题;(1. the encrypted folders that appeared after the 2015 New Year's day did not show the problem in the software. 2. repair the last version of the automati
RSA加密解密
- 利用RSA对大数进行加密和解密,同时对大数进行计算,如大数相加、相减、及相乘(Using RSA to encrypt and decrypt large numbers, and calculate the number of large numbers, such as adding, subtracting, and multiplying large numbers.)