资源列表
linux_shell
- linux 下模拟shell的实现。 支持管道等功能。读proc文件,查看系统配置。-linux simulated shell realized. Pipelines, and other support functions. Reading proc filesystem check system configuration.
ibe_dec
- 椭圆曲线加密算法,解密一步的源代码,有详细注释-elliptic curve encryption algorithm, decryption step in the source code, a detailed Notes
ibe_enc
- 椭圆曲线加密算法,加密一步的源代码,有详细注释-elliptic curve encryption algorithm, encryption step in the source code, a detailed Notes
ibe_ext
- 椭圆曲线加密算法,生成用户私钥一步的源代码-elliptic curve encryption algorithm, users private key step in generating the source code
ibe_set
- 椭圆曲线加密算法,设置服务器一步的源代码-elliptic curve encryption algorithm, the step to set up the server source code
Rsa_11
- RSA分组密码的实现,有源代码和一个做好的可执行文件-the realization of Active code and an executable file to do the job
ECC_1
- 椭圆曲线对数问题解决算法源代码,如何生成一个可用的椭圆曲线-elliptic curve logarithm problem solving algorithm source code, how can a generation of Elliptic Curve
hash.c++
- 一个开源的哈希表源码实现,算法比较简短精简-a revenue source to achieve hash table, the relatively brief concise algorithm
ELGamaltool
- 这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运算的ELGamal加密系统。 ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数运算之上。 而大多数的编译器只能支持到64位的整数运算,即我们在运算中所使用的整数必须小 于等于64位,即:0xffffffffffffffff,也就是18446744073709551615,这远远达不 到RSA 的需要,于是需要专门建立大数运算库来解决这一问题-network
jiami0
- 四种加密解密算法的源代码/*辗转相除法求a,b的最大公因数*/-four encryption and decryption algorithm source code / * division algorithm for a, b, the greatest common factor * /
myRC4
- 非常不错的流密码rc4加解密程序 c语言编写 调试运行成功-very good stream cipher encryption procedures rc4 c language debugging operation successful
C-compiler-design
- C-编译器的设计,有详细的文档 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。-C-compiler design, is a detailed document. compared with a friendly GUI interface