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

搜索资源列表

  1. Vigenere加密器(TC版)

    0下载:
  2. 本程序在Tc3.0下编译通过,主要功能实现Vigenere加密解密算法。 使用方法: 0)退出。 1)加密: 根据提示先输入一个明文文件名(*.txt),再输入加密密钥,便可加密。 2)解密: 根据提示先输入欲解密密文的文件名(*.txt),再输入密钥,便可解密。-the procedures under the Tc3.0 compiler, the main function of achieving Vigenere encryption and decryption algorithms
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:16.89kb
    • 提供者:
  1. PCI数据加密技术与应用

    0下载:
  2. PCI数据加密技术源码 加密过程: 以明文字母选择列,以密钥字母选择行,两者的交点就是加密生成的密文。 解密过程: 以密钥字母选择行,从中找到密码文字母,密码文字母所在列的列名即为明码文字母-PCI data encryption technology source encryption process : choose to express out letters to key letters choose OK, The intersection of the two i
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:60.95kb
    • 提供者:万宴宾
  1. mydes

    0下载:
  2. 以上介绍了DES算法的加密过程。DES算法的解密过程是一样的,区别仅仅在于第一次迭代时用子密钥K15,第二次K14、......,最后一次用K0,算法本身并没有任何变化。 -introduced over the DES encryption algorithm process. DES algorithm decryption process is the same, the only difference is that the first iteration used Subkey K
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14.17kb
    • 提供者:赵阳
  1. DES_java1234

    0下载:
  2. des算法简单实现。它以64位的明文和56位的密钥作为输入,通过DES加密运算产生64位密文输出。其解密过程利用同以密钥和算法将密文还原成明文。因为java语言的安全性&网络处理能力强,所以就利用了java语言编写-des simple algorithm to achieve. It's expressly 64 and 56 as the key input, through DES encryption algorithms have 64 ciphertext output. I
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6.8kb
    • 提供者:leae
  1. A101

    0下载:
  2. 小波分析 是用matlab写得 可用于 基于信息隐藏的密钥传输等信息安全方向-wavelet analysis is written in Matlab can be used to hide information on the key information security, such as transmission direction
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:张张
  1. DESCodeDECODE

    0下载:
  2. 当今社会是信息化的社会。为了适应社会对计算机数据安全保密越来越高的要求,美国国家标准局(NBS)于1997年公布了一个由IBM公司研制的一种加密算法,并且确定为非机要部门使用的数据加密标准,简称DES(Data Encrypton Standard)。自公布之日起,DES算法作为国际上商用保密通信和计算机通信的最常用算法,一直活跃在国际保密通信的舞台上,扮演了十分突出的角色。现将DES算法简单介绍一下,并给出实现DES算法的VC源代码。 DES算法由加密、解密和子密钥的生成三部分组成。-so
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:40.17kb
    • 提供者:吴权
  1. dllexe

    0下载:
  2. 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of buildin
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.86kb
    • 提供者:flying840310
  1. RSA公开密钥加密

    1下载:
  2. 利用公开密钥密码算法,加密和解密使用不同的密钥。-use public key algorithm,and use diffrent key for encryption and decryption
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:20.34kb
    • 提供者:blickwinkel
  1. Diffie-Hellman-Key-Exchange-Example

    2下载:
  2. DH密钥交换协议实现,完成建立相同密钥的过程-key exchange protocol implement
  3. 所属分类:Windows Develop

    • 发布日期:2016-12-05
    • 文件大小:2.47mb
    • 提供者:runyeo
  1. CSharp[AESEncryptDecrypt]

    0下载:
  2. C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:84.58kb
    • 提供者:卓然
  1. FileEncryptionAndDecryption

    0下载:
  2. C#加解密文件,可以自己创建私有密钥对文件进行加密与解密,IO对称加解密操作,强度很高,无私钥与解密算法情况下可逆性几乎为零。。VS2003/VS2005下编译通过-C# file encryption and decryption, you can create your own private key to encrypt and decrypt files, IO symmetric encryption and decryption operations, a high intensit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:27.32kb
    • 提供者:赵世玉
  1. EncryptedTcp

    0下载:
  2. 利用同步TCP传递会话数据,包含客户端和服务器端,使用不对称加密算法加密对称加密算法的密钥,使用对称算法加密会话信息-The use of simultaneous TCP transfer session data, including client and server side, using an asymmetric encryption algorithm to encrypt the symmetric key encryption algorithm, using symmetri
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:93kb
    • 提供者:hl790
  1. lp

    0下载:
  2. dh生成密钥,生成密钥的源代码程序。只有两张照片是从网上找的,为了完成任务。(DH generates the key and generates the source code for the key. Only two photos were taken from the Internet to accomplish the task)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:14.07mb
    • 提供者:海贼旗
  1. 密钥对获取工具

    0下载:
  2. 用于支付平台获取密钥工具,可以管理支付平台(Payment platform for access to key tools, you can manage the payment platform)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-18
    • 文件大小:1.58mb
    • 提供者:lc123
  1. 生成密钥

    0下载:
  2. 在使用git时生成公钥的步骤和使用方法,请对git的初步使用者很有用(asdfgfdhgrhtwjdhsdhsdgjhtrjryewjyteksdfhsdgtdsh)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:76kb
    • 提供者:雪夜独酌
  1. Product Key Explorer软件密钥查看器3.8汉化版

    0下载:
  2. 可以查看软件 授权密钥工具 免注册码 简单易用(check; see; look over; examine; look up authorization; authorize; empower; warrant; accredit cipher code; keyt; secret key tool; instrument; means; implement; facility poll code simple; uncomplicated; briefness)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1.25mb
    • 提供者:晗嫣
  1. 密钥破解

    0下载:
  2. 终端密钥破解,可以直接下载主密钥.依赖母POS机(Terminal key decipher, you can download the main key directly. Rely on the parent POS machine)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:8.08mb
    • 提供者:zhu7910
  1. WPS,破解无线WPA密钥的捷径

    0下载:
  2. 用于破解·wifi密码,WPS,破解无线WPA密钥的捷径(Used to crack the wifi password)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:842kb
    • 提供者:touhousky
  1. Key_G_channelprobe

    4下载:
  2. 无线物理层密钥生成方法,信道估计,信道量化(Wireless Physical Layer Key Generation Method, Channel Estimation, Channel Quantization)
  3. 所属分类:其他

    • 发布日期:2019-09-18
    • 文件大小:1kb
    • 提供者:FearFreer
  1. 国密算法

    0下载:
  2. 国密算法sm2和sm3的实现,SM2为非对称加密,基于ECC。该算法已公开。由于该算法基于ECC,故其签名速度与秘钥生成速度都快于RSA。ECC 256位(SM2采用的就是ECC 256位的一种)安全强度比RSA 2048位高,但运算速度快于RSA。 SM3?消息摘要。可以用MD5作为对比理解。该算法已公开。校验结果为256位。(Implementation of Sm2 and Sm3 National Secret Algorithms)
  3. 所属分类:其他

    • 发布日期:2021-03-09
    • 文件大小:7kb
    • 提供者:heartcabin
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com