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

搜索资源列表

  1. Encryptionanddecryption

    0下载:
  2. 可用与 文本文件、网络封包加密解密等等.-Can be used with text files, network packet encryption and decryption and so on.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:17096
    • 提供者:啊森
  1. ImageDeal.java.tar

    0下载:
  2. 简单的图片加密程序,把原图与作为密钥的图片进行异或操作实现图片的加密,再进行一次异或操作,实现解密-Simple image encryption procedures, the Original and different pictures as a key to achieve the image or operation of encryption, and then once exclusive or operation, to achieve decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:2506
    • 提供者:Wu Zhongsheng
  1. Ellipticcurvepublickeysystem

    0下载:
  2. 计算机安全学中椭圆曲线公钥系统的c源码 输入与输出: 请输入椭圆曲线方程y^2=x^3+cx+d(mod p)中c,d,p的值:8,10,23 椭圆曲线方程为y^2=x^3+8x+10(mod23) 请输入所取明文x的x1,x2:19,13 请输入选择的椭圆曲线上的点a0的x,y:7,8 请输入私钥a=17 选取t=3 加密的结果是(y0,y1,y2) = ((22,22),20,18) 实施解密: (c1,c2)=(18,12) x1=19
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:12374
    • 提供者:ttt
  1. 200601220942288253

    0下载:
  2. ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。   ElGamal用于数字签名。被签信息为M,首先选择一个随机数k, k与 p - 1互质,计算 -首先选择一个随机数k, k与 p- 1互质,计算   a = g^k ( mod p )
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2521051
    • 提供者:崔光涛
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1098012
    • 提供者:张希行
  1. RSACode

    0下载:
  2. 介绍RSA加密解密算法的电子书,RSA加密解密算法分析与实现-RSA encryption and decryption algorithms introduced e-books, RSA encryption and decryption algorithm analysis and implementation of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:217401
    • 提供者:bdz
  1. MSS

    0下载:
  2. VC++检测移动存储设备并加解密作安全设置源码实例,本源代码 就是一个与此相关的例子,对U盘数据加密,保护信息隐蔽,防止隐私泄露。本程序在运行时首先检测本地计算机的移动设备是否存在,然后选择移动设备,实现加密。 -VC++ to detect mobile storage device and encryption and decryption source code examples for security settings, origin code is a related examp
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:16262
    • 提供者:tangj
  1. des_encrypt_release

    0下载:
  2. des加密算法 做的一个人机界面! 选择带加密的文件与加密后的文件的保存路径,并且输入密钥,即可加密解密! 加密解密同一个文件的密钥肯定得一样!-project to encrypt and decrypt notepad files with des algorithm!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-02
    • 文件大小:15083218
    • 提供者:dragonriver
  1. RSA

    0下载:
  2. 使用VC编写的RSA加密算法程序,能够实现RSA算法加密解密功能,便于教学与自我学习-Prepared using the RSA encryption algorithm VC program, to achieve RSA algorithm encryption and decryption functions, to facilitate teaching and self learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3664493
    • 提供者:程郁文
  1. RSA

    0下载:
  2. 使用rsa算法进行加密解密与签名验证(使用大素数),基于VC++6.0开发,使用MFC。-Encryption and decryption using the rsa algorithm and the signature verification (using the large prime number), based on VC++6.0 development, using MFC.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3834717
    • 提供者:xuxin
  1. Registrar

    0下载:
  2. 生成序号号与系统加密的源码,里面有序列号生成工具,解密工具,VC6.0-Serial number and the system generates the source code for encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:80087
    • 提供者:qwq
  1. DesCrypt

    0下载:
  2. 与.net中DES加密算法对应的相应的VC++加密解密版本,可以解密用.net进行DES加密的字符串-And. Net in the DES encryption algorithm corresponding to the appropriate version of VC++ encryption and decryption can be used to decrypt. Net for DES encrypted string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:9553
    • 提供者:孙鹏飞
  1. RC6_WinForm

    0下载:
  2. 对称加解密算法RC6的C#实现__源码: 本程序完善了朱明海先生在《电脑编程技巧与维护》2008年第8期<对称加解密算法RC6的C#实现>解密程序,其源码直接可进行曲128位-192位-256位加密解密,请放心使用! 本程序在C#_winForm下通过测试! -对称加解密算法RC6的C#实现__源码,在winForm下测试成功
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:49980
    • 提供者:甲仁义
  1. copysystem

    0下载:
  2. 题目:文件操作。具体要求:用户输入源文件名和目的文件名后,若用户缺省目的文件名,则与源文件同名。目的文件不存在时,出现文件复制对话框如下: 1 文件原样复制。2 文件压缩复制。3 文件加密复制 。请选择(1,2,3):文件压缩复制的含义:将源文件中的所有空格删除后拷贝到目的文件 。加密解密方法:输入一个6字符的密钥,将文件数据和密钥(ASCII码)进行异或运算。 不足6字节的部分,和密钥相应的字符进行运算。(可以设计出更好的压缩和加密/解密算法) -Topic: File operatio
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3505
    • 提供者:Maria
  1. bit_byte

    0下载:
  2. 一个字符与BIT之间的转换的例子。做数据处理及加密解密的朋友可能有些帮助。-A character and an example of conversion between BIT. Encryption and decryption for data processing and friends may be helpful.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:5152
    • 提供者:whc
  1. IDEA

    0下载:
  2. IDEA加密解密算法的设计与实现 杨建武 华南师范大学 -IDEA encryption and decryption algorithm design and implementation of Jian-Wu Yang South China Normal University
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:223065
    • 提供者:谭峰
  1. 39.3

    0下载:
  2. 编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文 “the result of 3 and 2 is not 8” 结果为: -Programming, the input line character output in an encrypted f
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:606
    • 提供者:wangyu
  1. wenjianjiamijiemi

    0下载:
  2. 采用文件逐字节与密码异或方式对文件进行加密,密码需在8个字符或数字以内 当解密时,只需再运行一遍加密程序即可-Using the file byte by byte XOR with the password encryption methods on the file, the password required to less than 8 characters or numbers when the decryption, just re-encryption program can
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:769209
    • 提供者:李昊
  1. des

    0下载:
  2. DES加密解密的实现,可以分别输入明文与密文,还可以选择ecb/cbc/cfb/ofb等工作模式,以及NoPadding和Pkcs5Padding等填充模式-DES encryption and decryption implementations can input plaintext and ciphertext ecb/cbc/cfb/ofb work mode, you can also choose to fill mode NoPadding and Pkcs5Padding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:8586
    • 提供者:chen
  1. MSS

    0下载:
  2. 现在,移动存储的应用很多,你U盘及移动移动硬盘之类的,如果你不小心遗失了这些设备,万一里面的数据比较重要,那很容易就泄漏了,那么如何让我们的移动设备在丢失了之后也不造成数据丢失呢?这里最简单的方法就是对设备加密,然后再解密,本源代码 就是一个与此相关的例子,对U盘数据加密,保护信息隐蔽,防止隐私泄露。本程序在运行时首先检测本地计算机的移动设备是否存在,然后选择移动设备,实现加密。 -Now, a lot of mobile storage applications, your mobile
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:16214
    • 提供者:madud00084
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 »
搜珍网 www.dssz.com