资源列表

« 1 2 ... .84 .85 .86 .87 .88 9489.90 .91 .92 .93 .94 ... 16281 »

[加密解密RSA

说明:信息安全RSA的加密与解密,是用C语言编写的,经测试没有问题-Information security of RSA encryption and decryption, is written in C, tested no problem
<夏雄飞> 在 2025-04-24 上传 | 大小:46kb | 下载:0

[加密解密Affine

说明:本程序是仿射密码的加密与解密,用C语言编写的,经测试没有问题-This procedure is affine password encryption and decryption, written in C, tested no problem
<夏雄飞> 在 2025-04-24 上传 | 大小:32kb | 下载:0

[加密解密DES

说明:DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compil
<sunjunyu> 在 2025-04-24 上传 | 大小:3kb | 下载:0

[系统编程xinxianquangailun

说明:信息安全概论,对于信息安全的基础介绍比较全面。-Information security
<lynne> 在 2025-04-24 上传 | 大小:10.77mb | 下载:0

[加密解密MD5

说明:实现经典的MD5加密算法,加密明文是txt文本,密文未256bit16进制数-Realize the MD5 encryption algorithm classic, encryption expressly is TXT text, not 256 bit16 into plaintext number system
<黄国为> 在 2025-04-24 上传 | 大小:1.19mb | 下载:0

[加密解密RSA

说明:实现大数的RSA加密算法,并包含有大数头文件-Realization of tarsus RSA encryption algorithm, and contains large header files
<黄国为> 在 2025-04-24 上传 | 大小:5kb | 下载:0

[Linux/Unix编程linux_command

说明:linux下解压命令全集,几乎涵盖了所有解压指令-under linux unzip command Complete Works
<郭伟> 在 2025-04-24 上传 | 大小:67kb | 下载:0

[Linux/Unix编程Makefile

说明:Makefile全中文教程,讲解详细,自学的好文档-The Makefile Chinese tutorials, self-study document
<郭伟> 在 2025-04-24 上传 | 大小:322kb | 下载:0

[系统编程OpenCVA

说明:介绍了几种分类器的原理,并使用opencv实现了其算法-Introduced the principle of several classifiers, and use of opencv its algorithm
<张增> 在 2025-04-24 上传 | 大小:36kb | 下载:0

[加密解密rsa

说明:RSA实现文件的加密解密。环境VC6.0 编译通过,直接可用-RSA file encryption and decryption. Environmental VC6.0 compiler directly available
<李超> 在 2025-04-24 上传 | 大小:2kb | 下载:0

[Linux/Unix编程CPP-GUI-Programming-with-Qt-3

说明:基础的qt学习教程,特别适用在c++开发环境下,通过学习,入门简单-the basic book for qt
<mary> 在 2025-04-24 上传 | 大小:5.16mb | 下载:0

[加密解密Caesar-code

说明:凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。-Caesar password as one of the most ancient symmetric encryption syste
<zhubei> 在 2025-04-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .84 .85 .86 .87 .88 9489.90 .91 .92 .93 .94 ... 16281 »

源码中国 www.ymcn.org