CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 信息安全

搜索资源列表

  1. biye3

    0下载:
  2. 信息安全专业新闻网站毕业论文,希望对要毕业的学生有用.-Thesis information security professional news site, hope to be useful to graduate students.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-15
    • 文件大小:3610978
    • 提供者:黄元
  1. java

    0下载:
  2. 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-23
    • 文件大小:519461
    • 提供者:qiao
  1. gudianmimasuanfa

    0下载:
  2. 信息安全中 古典算法编程 包含源代码 可实现-Programming includes classical algorithm source code can be realized
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:14277
    • 提供者:陈玲
  1. Playfair

    0下载:
  2. 信息安全中 playfira算法编程 包含详细源代码 可实现-Information Security playfira algorithm programming can be achieved with detailed source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:14279
    • 提供者:陈玲
  1. DES-encoding

    0下载:
  2. DES加密与解密演示程序,适合帮助信息安全内容的学习。-DES encryption and decryption demo program, for help in learning the content of information security.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1320163
    • 提供者:夏许强
  1. PrivacyFunc

    0下载:
  2. 加解密算法实现,信息安全中的DES算法,以实现输入字符进行加密解密。-Encryption and decryption algorithms, information security in the DES algorithm to encrypt and decrypt the input characters.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2216
    • 提供者:范晓
  1. image-safe

    0下载:
  2. 信息安全,设计网络安全,windows攻防编程等知识-Information security, network security design, windows and other knowledge of offensive and defensive programming
  3. 所属分类:Network Security

    • 发布日期:2017-05-18
    • 文件大小:4733314
    • 提供者:紫烬
  1. security-of-info

    0下载:
  2. 这是属于信息安全,密码学资料。有助于学习信息安全的新手尽快入门-This is a matter of information security, cryptography information. Information security will help the novice to learn as quickly as possible
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3344851
    • 提供者:wyxywgy
  1. WinNTL-5_4

    0下载:
  2. 信息安全很多头文件,非常重要哦~~~这个很好用的~老师推荐-Many header files of information security is very important that a good oh ~ ~ ~ ~ teachers recommended by the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2564965
    • 提供者:黄海与
  1. PKICA-Certification

    0下载:
  2. 基于C语言的PKICA认证中心的设计,一种比较可靠的网络信息安全体系-C language-based design PKICA Certification
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:301146
    • 提供者:Jason
  1. access-control-technology

    0下载:
  2. 介绍了信息安全中访问控制技术定义、访问控制技术策略、自主访问控制、强制访问控制等。-introduce the access control technology in IT security,include discretionary access control(DAC or IBAC) and mandatory access control (MAC) and so on!
  3. 所属分类:Project Design

    • 发布日期:2017-11-02
    • 文件大小:44043008
    • 提供者:付歌
  1. 1

    0下载:
  2. 毕业生信息管理 利用web技术和数据库技术,设计一种基于WEB的毕业生信息管理系统的方案,并用ASP技术结合ACCESS数据库进行了该系统的开发过程。本文主要从系统的设计目标和思想、系统软硬件的选择、功能模块的设计、技术实现、系统安全五个方面进行了研究。-Graduates+ Information Management System
  3. 所属分类:Education soft system

    • 发布日期:2017-05-02
    • 文件大小:555023
    • 提供者:张涛
  1. Information-Security

    0下载:
  2. 北京邮电大学《智能信息安全》课件,共12章节还有总复习。-Beijing University of Posts and Telecommunications " Intelligent Information Security" courseware, there are 12 chapters total review.
  3. 所属分类:Other systems

    • 发布日期:2017-05-29
    • 文件大小:12272802
    • 提供者:王波
  1. CDES

    0下载:
  2. 源码是一个CDES类,纯C++写的,包含Single Des和Triple Des算法, 内涵DES算法的所有详细流程,可供信息安全初学者学习交流使用。-Source is a CDES class, written in pure C++, including the Single Des and Triple Des algorithm, meaning all the detailed process of DES algorithm, for beginners to learn to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:5659
    • 提供者:zhuys
  1. des

    0下载:
  2. DES加密解密算法的C语言实现,信息安全课程的大作业。-DES encryption and decryption algorithm of the C language, the big job of information security courses.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:10197
    • 提供者:李双双
  1. fourier

    0下载:
  2. 基于傅里叶域内的研究水印,实现其鲁棒性。数字水印技术,能有效的维护数字作品及数据的安全性,是信息隐藏领域的一个重要分支,它与信息安全、信息隐藏、数据加密等均有密切关系。数字水印有多个研究方向,主要集中在图像水印方面。基于傅立叶域的数字图像水印技术,是一种常见的水印算法,它具有算法简单,执行效率高,能有效对抗攻击的特点。-Research based on Fourier domain watermarking, to achieve its robustness. Digital waterma
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:52031
    • 提供者:问题
  1. jiamiliaotian

    1下载:
  2. 本次毕业设计基于Eclipse平台,用JAVA编程设计出一个基于信息内容加密的局域网聊天工具,实现了用户的注册、登录和聊天等功能,并且对用户信息和聊天内容进行加密处理,保证了信息的安全性。-The school design is based on Eclipse platform to design a program using JAVA-based content encryption LAN chat tools, implements the user registration, lo
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-31
    • 文件大小:199388
    • 提供者:lijun
  1. information-security

    0下载:
  2. 信息安全实例文档,信息安全论文。安全形势研究-Instance document information security, information security papers. Safety Situation
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:251756
    • 提供者:hu
  1. snort-2.9.0.5

    0下载:
  2. Snort 源代码,帮助你了解网络入侵检测系统的奥秘。适用于信息安全专业的学生-Snort source code。。。。
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-20
    • 文件大小:5797659
    • 提供者:mlfeng
  1. xinxisafe

    0下载:
  2. 信息安全实验代码 包括维吉尼亚密码 凯撒密码 欧几里得密码 置换密码等,附实验报告-Test code includes information security Caesar Virginia password passwords password Euclid password replacement, with test report
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2937862
    • 提供者:chenrui
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com