搜索资源列表
ELGamaltool
- 这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运算的ELGamal加密系统。 ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数运算之上。 而大多数的编译器只能支持到64位的整数运算,即我们在运算中所使用的整数必须小 于等于64位,即:0xffffffffffffffff,也就是18446744073709551615,这远远达不 到RSA 的需要,于是需要专门建立大数运算库来解决这一问题-network
Cryptology
- 自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF, such as password key exchange
des
- 偶尔想到数据加密技术,这里顺便提一下双向加密的标准DES。以前在一个宽带流媒体服务器项目中用到了DES加密,虽然使用环境相对单纯,但算法实现本身是具有普遍意义的。下述程序是很久以前在RSA公司的网站找到的,效率很高,稳定性较好,便一直在实践中使用-Occasionally think of data encryption technology, where two-way encryption standard DES. Ago in a broadband streaming media se
A-PAINLESS-GUIDE-TO-CRC-ERROR-DETECTION-ALGORITHMS
- A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS CRC校验理论与实践的经典教程,Ross写的。-A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS CRC checksum of the classic theory and practice tutorials, Ross wrote.
cryptologycoding
- 一些重要的加密算法的实现---主要是针对大学密码学课程中的算法实践,例如: 维吉尼亚密码,置换密码,移位密码-Some key encryption algorithm--- mainly aimed at the realization of the University of cryptography algorithms for practical courses, such as: Virginia password, replacement password, password, an
Crypto
- c++调用微软加密解密api实践对称加密。-c++ call the Microsoft practice of symmetric encryption api encryption and decryption
EBF561_FIR
- 本实验的重点在于把课上学过的理论知识转化为动手实践能力,不仅要理解FIR滤波的原理和数学实现过程,还要学会使用FIR数字滤波,来处理各种复杂的信号和数据。 2).让我们真正的见识了DSP得一些简单功能,尤其是在线仿真ICE的作用,对于今后深入理解ICE的实现过程起到了相得益彰的作用。-The focus of this study is the lessons, hands-the theoretical knowledge into practical ability, not only
rsa
- 简单rsa算法的实现,信息安全原理实践实验代码,c语言编写-Simple rsa algorithm implementation, test code, information security, c language
Modern-Network-Design
- 本书是与陈向阳 谈宏华 张彦铎 李伟波等主编的 《现代网络技术》 即 “Modern Computer Networks”配套使用的实践指导用书。要求学生按照实验步骤独立完成,从而理解基本的网络原理,提高实际动手能力,以达到对网络知识的完整掌握。-This book is about the macro Huazhang Yan Chen Xiangyang Duo ABA and other editor of the " modern network technology"
des-encryption
- des加密算法密码的c程序实践,挺简单的程序,希望满意-des password encryption algorithm c program in practice, very simple program, hopes satisfied
vigeneer-encryption
- 维吉尼亚密码的c程序实践,程序实现很巧妙,相信大家会满意-Virginia password c program practices, program implementation is very clever, I believe we will be satisfied
HillCodor
- 密码学原理与实践课实验 c++编程实现希尔密码-Cryptography Theory and Practice class c++ programming experiment password Hill
shiyan3
- 密码学原理与实践实验 公钥密码体制的分析 实现RSA算法加密解密-Cryptography analysis of experimental realization of public-key cryptosystem RSA encryption and decryption algorithm
QQEnCode
- webqq加密算法实践,可以得到正确的加密字串-Webqq encryption algorithm practice, can get the correct encrypted string
mimaxue-test1
- 密码学作业-古典密码体制的实践与分析,包括仿射密码,维吉尼亚密码,希尔密码和维吉尼亚和行置换的乘积密码体制 -Cryptography operations- the practice of classical cryptography and analysis, including affine password Virginia password, password, and Virginia Hill and replacement of the product line cryptosy
Chaos_encrypt
- 混沌加解密,Logistic映射,对于想要学习混沌理论的人来说是个不错的实践的例子-Chaos encryption and decryption, Logistic mapping, is an example of good practice for people who want to learn the Chaos Theory
aes
- 密码学算法的实践,实现了AES算法的加密及解密-The practice of the cryptography algorithm, the realization of the encryption and decryption of AES algorithm
rc4
- RC4算法的控制台编程,流密码算法的实践,在控制台下实现对文本的加密解密。-Console programming RC4 algorithm, practice stream cipher algorithm, in the console to achieve decrypt the encrypted text.
Hillpassword
- 希尔密码,使用标准C实现,密码学实验课程实践-Hill Password,Standard C
VigenereCipher
- 维吉尼亚密码算法,使用标准C实现,本科密码学课程实践内容-Vigenere Cipher,Standard C