资源列表
[CA认证] DES3-source-code
说明:使用DES3 进行加密 C++代码 使用DES3 进行加密 C++代码-use des3 by c plus plus code use des3<zuo> 在 2025-11-10 上传 | 大小:236kb | 下载:0
[Linux/Unix编程] H3CClient.tar
说明:自己写的H3C 801.3x客户端认证程序linux版本,用Qt和c++编写,有GUI,也可控制台运行~-H3C 801.3x client authentication process to write their own linux version, Qt and c++ to write the GUI can also be console to run ~~<XuejunYan> 在 2025-11-10 上传 | 大小:1.6mb | 下载:0
[Linux/Unix编程] ls-src
说明:linux内核源码,ls命令源码,包括四个文件ls.c、ls.h、ls-dir.c、ls-ls.c、ls-vdir.c。- This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either ve<wangfeng> 在 2025-11-10 上传 | 大小:29kb | 下载:0
[系统编程] invade-first-lesson
说明:入侵渗透第一课 入侵前言介绍 深入浅出分析了入侵- invade first lesson<徐婷> 在 2025-11-10 上传 | 大小:16kb | 下载:0
[Linux/Unix编程] APUE-UNIX
说明:UNIX高级环境编程第二版,讲述unix环境下各种编程方法和知识。-Stephen Rago s update is a long overdue benefit to the community of professionals using the versatile family of UNIX and UNIX-like operating environments. It removes obsolescence and includes newer developments. It a<wangfeng> 在 2025-11-10 上传 | 大小:3.19mb | 下载:0
[Linux/Unix编程] coreutils-5.2.1.tar
说明:coreutils 提供了常用的核心工具集,比如: cp mv ls 等等 具体的参考man文档-coreutils provides a common core set of tools, such as: cp mv the ls and so on refer to the man documentation<wangfeng> 在 2025-11-10 上传 | 大小:6.26mb | 下载:0
[加密解密] DES--C
说明:DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算-DES uses a 56 key , as well as 8 additional parity bit , resu<yhg> 在 2025-11-10 上传 | 大小:9kb | 下载:0
[加密解密] des-daima
说明:DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。下面是关于如何实现DES算法的语言性描述:-DES ( Data Encryp<yhg> 在 2025-11-10 上传 | 大小:47kb | 下载:0