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

搜索资源列表

  1. doc2

    0下载:
  2. This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:201100
    • 提供者:vara
  1. MD5

    0下载:
  2. MD算法的源代码,用于各种情况下对密码进行加密和解密。使密码更安全。-MD algorithm source code for all cases of password encryption and decryption. So that the password more secure.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:15295
    • 提供者:xiongbiao
  1. BasedonECCalgorithmIntranetstatusauthenticationsys

    0下载:
  2. 本文介绍了ECC算法和身份认证的相关理提出一种基于ECC算法的身份认证系统方案,其适用于Intranet内联网之中,使用混合密码体制和软硬件协同的工作方提供高速、安全可靠的身份认证服务-This paper introduces the ECC algorithm and authentication-related justifications for an ECC-based identity authentication system algorithm programs, its app
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:51413
    • 提供者:张巍
  1. sha1

    0下载:
  2. Freeware implementation of the Secure Hashing Standard, defined in FIPS PUB 180-1, defines the Secure Hashing Algorithm (SHA-1). SHA-1 can be used to produce a message digest for a given message. Essentially, this is a 160-bit number that represents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:10161
    • 提供者:enropin
  1. wjjm

    0下载:
  2. 利用系统漏洞,实现文件夹加密与解密的VB源码,保护您的文件安全,密码验证成功后才可以打开保护后的文件夹!-Use of system vulnerabilities to achieve folder encryption and decryption of the VB source code to protect your files secure, password authentication before they can successfully protect the folder
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:118985
    • 提供者:xunhacker
  1. 3DES

    1下载:
  2. 3DES又称Triple DES,是DES加密算法的一种模式,它使用3条56位的密钥对数据进行三次加密。数据加密标准(DES)是美国的一种由来已久的加密标准,它使用对称密钥加密法,并于1981年被ANSI组织规范为ANSI X.3.92。DES使用56位密钥和密码块的方法,而在密码块的方法中,文本被分成64位大小的文本块然后再进行加密。比起最初的DES,3DES更为安全。-3DES, also known as Triple DES, DES encryption algorithm is a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:5715
    • 提供者:Laura
  1. sha

    0下载:
  2. 内含安全散列算法的工具和各C语言代码实现-Secure Hash Algorithm contains the tools and the C language code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:63703
    • 提供者:zsw
  1. Secure-instant-messaging-

    3下载:
  2. 基于加密安全的java即时通信系统设计 包含源代码、课程设计报告,以及说明。 实现功能: 1即时通信。 2对通信内容进行加密,解密。 3实现对公钥、私钥的保管、导出等。-Encryption-based secure instant messaging system designed to contain java source code, curriculum design, and instructions. Function: a real
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:171497
    • 提供者:快点
  1. DES

    0下载:
  2. 分组加密算法,DES安全传输加密解密算法,源码-Block encryption algorithm, DES secure transmission encryption and decryption algorithms, source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:5701
    • 提供者:zhanghao
  1. strip-2.0_src

    0下载:
  2. Source Code for Strip v2.0 AES (Secure Tool for Recalling Important Passwords)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:429214
    • 提供者:freebird
  1. MD5-Encryption-Algorithm-VCPP

    0下载:
  2. MD5是一个安全的散列算法,输入两个不同的明文不会得到相同的输出值,根据输出值,不能得到原始的明文,即其过程不可逆;所以要解密MD5没有现成的算法,只能用穷举法,把可能出现的明文,用MD5算法散列之后,把得到的散列值和原始的数据形成一个一对一的映射表,通过比在表中比破解密码的MD5算法散列值,通过匹配从映射表中找出破解密码所对应的原始明文。 对信息系统或者网站系统来说,MD5算法主要用在用户注册口令的加密,对于普通强度的口令加密,可以通过以下三种方式进行破解: (1)在线查询密码。一些在
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:274155
    • 提供者:Johnson
  1. mozilla-sha1

    0下载:
  2. sha-1 加密,使得文件更加安全,使用了c代码来实现,对于大家是个好的例子-sha-1 encryption, making the document more secure, using the c code to implement, is a good example for everyone
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-08
    • 文件大小:2756
    • 提供者:朱大帅
  1. bmw

    0下载:
  2. bmw算法C++源代码,广泛应用于加密摘要和信息系安全领域-bmw c++ source code, bmw is widely used in encry and info secure application
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:3390
    • 提供者:ruoxxx
  1. 量子密钥分发密钥率仿真MATLAB代码

    5下载:
  2. 量子密钥分发是安全分发密钥的一种方式,文件包含其密钥率和传输距离的仿真代码,包含各类协议的比较,直接运行即可,非常有用的资料。。。。(Quantum key distribution (QKD) is a way of secure key distribution. The file contains the simulation code of key rate and transmission distance, and the comparison of various protocol
  3. 所属分类:加密解密

    • 发布日期:2020-10-11
    • 文件大小:4096
    • 提供者:TonyWang92
搜珍网 www.dssz.com