资源列表
[加密解密] Virginia-cipher
说明:信息安全,维吉尼亚密码的加密与解密,用C语言编写的,经测试没有问题。-Information security, Virginia password encryption and decryption, written in C, tested no problem.<夏雄飞> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[加密解密] Virginia-cipher
说明:信息安全,维吉尼亚密码的加密与解密,用C语言编写的,经测试没有问题。-Information security, Virginia password encryption and decryption, written in C, tested no problem.<夏雄飞> 在 2025-06-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 compiler (VC C compiler and C++ comp<sunjunyu> 在 2025-06-24 上传 | 大小:3kb | 下载:0
[加密解密] Caesar-code
说明:凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。-Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been ve<zhubei> 在 2025-06-24 上传 | 大小:1kb | 下载:0