搜索资源列表
rsa1.0
- RSA算法的源码,出自高手 VC。-RSA algorithm source code, stems from master VC.
Main
- 爱因斯坦在20世纪初出的IQ测试题 题目 在一条街上,有5座房子,喷了五种颜色,每个房子里住着不同国籍的人,每个人喝不同的饮料,抽不同品牌 的香烟,养不同的宠物。 提示 1、英国人住红色房子 2、瑞典人养狗 3、丹麦人喝茶 4、绿色房子在白色房子左面 5、绿色房子主人喝咖啡 6、抽Pall Mall香烟的人养鸟 7、黄色房子主人抽Dunhill香烟 8、住在中间房子的人喝牛奶 9、挪威人住第一间房 10、抽Blends香烟的人住在养猫的人隔壁
ECDSAencryptsign.rar
- ECC的加解密,签名等实现。对你掌握ecc加解密很有帮助,The ECC encryption and decryption, signature and so on to achieve. Ecc master of encryption and decryption of your very helpful
psam
- 1、 所有密钥的装载与导出都采用密文方式; 2、 密钥管理系统采用3DES加密算法,采用根密钥生成系统、主密钥生成系统、初始化卡生成系统、密钥注入系统四级管理体制; 3、 在充分保证密钥安全的基础上,支持IC卡密钥的生成、注入、导出、备份、更新、服务等功能,实现密钥的安全管理; -1, the loading and export all keys are in cipher text 2, the key management system uses the 3DES encry
ecc
- ecc公钥加密算法的实现,使用了库文件。了解此代码对于掌握ecc加密算法有极大帮助。-ecc public key encryption algorithm, the use of the library file. Understanding of the code for the encryption algorithm ecc master of great help.
KeyTest
- 在全国社会保险IC卡联合试点中,各级密钥管理中心利用密钥管理系统来实现密钥的安全管理。密钥管理系统采用3DES加密算法,采用全国密钥管理总中心、二级密钥管理中心(如商业社会保险总行)、成员社会保险中心三级管理体制,安全共享公共主密钥的,实现卡片互通、机具共享-National Social Insurance IC card in the joint trial, the levels of key management center using key management system to
rsaeuro-1.03d
- 密码学中RSA算法的实现,欢迎各位高手多多指教!-RSA cryptography algorithm, to welcome you master the exhibitions!
md5
- 1、掌握MD5算法描述。 2、采用C语言实现MD5摘要算法; MD5加密解密-1, master MD5 algorithm descr iption. 2, using C language MD5 digest algorithm MD5 encryption and decryption
RSA.RAR
- this program deals with the RSA algorithm in details,which is a study topic in the master s degree of many students in cryptography and network security subject.-this program deals with the RSA algorithm in details,which is a study topic in the mast
DMIS_Ch3_InfoHiding
- 信息隐藏基础 数字媒体包括了图像、文字以及音频、视频等各种形式,以及传播形式和传播内容中采用数字化,即信息的采集、存取、加工和分发的数字化过程。数字媒体已经成为继语言、文字和电子技术之后的最新的信息载体。 通过本文你可以了解现代密码系统的基本知识,掌握常用的图像加密技术的基本思想。 具体包含: 1 信息隐藏概述 2 隐写术的基本原理 3 隐写 4 隐写分析技术-Information hiding based on digital media including i
SMS4_1.0
- 本项目将一组128位主密钥0123456789abcdeffedcba9876543210(16进制)通过4轮密钥扩展,获得前4轮子密钥,4轮子密钥再通过数码管分8批按16进制循环显示,该4轮子密钥理论值应为: f12186f9 41662b61 5a6ab19a 7ba92077. 所以8批数码显示数据应为: 86f9 f121 2b61 4166 b19a 5a6a 2077 7ba9. -A group of the project will be 128-bit mast
Rossler
- 一个Rossler的绘图程序,有待各位高手完整,-Rossler mapping a process to be complete you master, thank you
DES
- 数据加密算法提供高质量的数据保护,防止数据未经授权的泄漏和未被觉察的修 改; 具有高的复杂性,使破译的开销超过可能获得的利益,同时要便于理 解和掌握; 安全性应不依赖于密码算法的保密,仅以加密密钥的保密为基础; 实现经济,运行有效,并且适用于多种不同用途-Data encryption algorithm to provide high-quality data protection against data leakage and unauthorized modifica
DES
- DES完整的加解密算法,使用C语言实现,经过测试,可以运行。 明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。 该算法共16轮,每轮使用一个子密钥。 在进行16轮加密之前,先对明文做一个初始置换IP。 每一轮加密的轮函数f为: . 在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。 -DES encryption algorithm is complete, use the C l
AES
- AES算法完整的使用C语言实现,经过测试,可以运行。 可支持的明文分组长128/192/256比特。可支持的主密钥长128/192/256比特。对不同的密钥长度,AES算法相应的轮数分别是10/12/14轮。-AES algorithm using the C language to implement a complete, tested, you can run. To support the explicit sub-head of the 128/192/256 bit. Maste
5_aes
- AES代码,密码学学习必须掌握的算法。很全的代码。-AES code, cryptography algorithm to learn to master. Is all the code.
6_Rsa
- rsa代码,密码学学习必须掌握的算法。很全的代码。-rsa code, cryptography algorithm to learn to master. Is all the code.
ecc
- ecc代码,密码学学习必须掌握的算法。很全的代码。-ecc code, cryptography algorithm to learn to master. Is all the code.
Multi-master-partition-boot
- 多主分区启动程序Pqboot32.exe弹出错误对话框的破解,以及自编Pqboot32加载程序。 适合多主分区切换独立启动系统。-Multi-master partition boot program Pqboot32.exe error dialog box pops up crack, and self Pqboot32 loader. Independent switching for multi-primary partition boot the system.
tsdecrypt-master
- tsdecrypt-master dvb decrypt