CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - JOB

搜索资源列表

  1. usemd5ofwtl.rar

    0下载:
  2. 不记得在哪个地方得到了一个MD5加密法的类,由于开发的原因要在WTL中使用MD5加密法,但是,这个类并不能直接的用在WTL中(In MFC it was an easy job ),所以我就修改了一下,以方便大家以后在WTL中使用MD5加密法。
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:48893
    • 提供者:
  1. rijndael1

    0下载:
  2. AES加密解密程序,C++实现的 做得不好,请多指教-AES encryption and decryption procedures, C realized not doing a good job, please enlighten
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3134
    • 提供者:sadf
  1. Rsa_11

    0下载:
  2. RSA分组密码的实现,有源代码和一个做好的可执行文件-the realization of Active code and an executable file to do the job
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:60259
    • 提供者:kanyu
  1. SCode

    0下载:
  2. DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密,如果Mode为加密,则用Key去把数据Data进行加密,生成Data的密码形式作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式作为DES的输出结果。在使用DES时,双方预先约定使用的”密码”即Key,然后用Key去加密数据;接收方
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-23
    • 文件大小:85972
    • 提供者:daijie
  1. aes

    3下载:
  2. AES标准加密解密算法,写的相当好。Main函数里面有详细的调用,可以参考。其实很简单的,呵呵。-AES standard encryption and decryption algorithms, written in a very good job. Main function call there are detailed reference. In fact, very simple, huh, huh.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-03-26
    • 文件大小:3497
    • 提供者:朱克
  1. DES

    0下载:
  2. 可以对文件进行加解密,这是自己编写的实验作业-Can encrypt and decrypt files, it is their job to prepare experimental
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:10361
    • 提供者:刘云美
  1. ChattingSystemWithSecurityFunction

    0下载:
  2. 这是我上学时的一个作业,使用symetric key和mac给一个聊天程序发送的信息加密和解密。使用c#编写。单机测试的时候,打开2个实例,然后其中一个点listen,另一个的hostname填上localhost,然后点连接。两个chat就可以互相发送信息了。-This is my school, a job, use symetric key and the mac to a chat program to send the message encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:220933
    • 提供者:刘洋
  1. AESCrypt_v307_source

    0下载:
  2. 这是我上信息安全课做的作业,AES的加密算法。-This is my last class to do the job of information security, AES encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:205150
    • 提供者:王刚
  1. CProgramming

    0下载:
  2. InsightThis a very different book on the C language! In an easy, conversational style, Peter van der Linden, of Sun s compiler and OS kernel group, presents dozens of astonishing examples drawn from practical experience, including: - Software th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2251912
    • 提供者:nbsdude
  1. base64en

    0下载:
  2. 用 Telnet Login ESMTP 需要 Base64 Encode 的密碼及帳號, 可能有人問如何做. 可以找 ONLINE 版的, 不過通常麻煩又慢. 所以干脆自己寫了一個小工具, 安心又簡單,SOURCE CODE 有附. MASM32 源碼, EXE 都一並提供. 原碼及解釋在以下的網站, 繁體版 編譯環境, MASM32 http://hk.myblog.yahoo.com/xiao-laba/article?mid=2663 以下位置也提
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:7603
    • 提供者:xiao
  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. MFC-job-5Dlg

    0下载:
  2. 对文本文档(英文)进行编码(加密)和解码(解密)。-Of text documents (in English) for encoding (encryption) and decoding (decryption).
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:2403
    • 提供者:李佳
  1. usemd5ofwtl

    0下载:
  2. 不记得在哪个地方得到了一个MD5加密法的类,由于开发的原因要在WTL中使用MD5加密法,但是,这个类并不能直接的用在WTL中(In MFC it was an easy job ),所以我就修改了一下,以方便大家以后在WTL中使用MD5加密法。-Do not remember where to get an MD5 encryption method of the class, due to the development of reason to WTL MD5 encryption meth
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:28685
    • 提供者:michael
  1. MD5

    0下载:
  2. MD5加密实现(作业) PS:本人亲自写的比网上流传的易懂很多-The MD5 encryption achieve (job)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:2145
    • 提供者:name
  1. Centralized-symmetric-key

    3下载:
  2. 完成集中式对称密钥的分配工作 说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-19
    • 文件大小:4096
    • 提供者:丁元元
  1. RSA

    0下载:
  2. RSA,加密解密,密码学大作业,非常详细,可直接运行-REA encryption and decryption, cryptography great job, very detailed, can be directly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3969083
    • 提供者:hxp
  1. des

    0下载:
  2. DES 加密解密,可直接运行,密码学大作业-DES encryption and decryption can be run directly, cryptography big job
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3829
    • 提供者:hxp
  1. yiwei

    0下载:
  2. 移位密码,非常好用,可直接运行,密码学大作业-Shift cipher, very easy to use, can be directly run, cryptography big job
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:937
    • 提供者:hxp
  1. DianCMS.SQL_6.0.0

    0下载:
  2. 易点内容管理系统(DianCMS)是基于微软.NET Framework 4.0、AJAX1. 0技术,采用Microsoft Access/SQL Server 2000/2005/2008存储过程进行多层架构开发的内容管理系统。其功能设计主要面向中大型企业、各个行业、事业单位以及政府机关等复杂功能站点。系统已建立文章系统、图片系统、下载系统、个人求职、企业招聘、房产系统、音乐系统、视频系统、网上商店、P2P网贷。使用自定义模型、自定义字段、自定义表单、自定义录入界面、会员系统等功能,您还可以
  3. 所属分类:Crack_Hack

    • 发布日期:2017-06-11
    • 文件大小:19050748
    • 提供者:丁宇
搜珍网 www.dssz.com