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

搜索资源列表

  1. RsaEncrypt

    0下载:
  2. 利用RSA加密算法加密字符串,可以 解密字符串-RSA encryption algorithm encryption string encryption string can decrypt string
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:33389
    • 提供者:wanglq
  1. rsa_1024progrom

    0下载:
  2. 利用C语言实现RSA加密算法。备注;数据只能是大写字母组成的字符串。 加密的时候,输入Y,然后输入要加密的文本(大写字母) 解密的时候,输入N,然后输入一个整数n表示密文的个数,然后n个整数表示加密时候得到的密文。-C language implementation of the RSA encryption algorithm. Remarks data can only be a string of capital letters. Encrypted, enter Y, an
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1024
    • 提供者:甘世富
  1. RSA

    0下载:
  2. 用RSA算法实现对字符串的加密及解密。其中质数p q以及私钥都可以自行设定。-String encryption and decryption using the RSA algorithm. Primes pq, and the private key can set their own.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:754010
    • 提供者:WalyLing
  1. Encrypt

    0下载:
  2. 实现Uncode字符串进加密和解密功能,用于Delphi2009及以后的版本。-To realize Uncode string into encryption and decryption function, used for Delphi2009 and later versions.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:454495
    • 提供者:张守伟
  1. strManage_aspx1

    0下载:
  2. 包括:HTML转换字符(Reverse)、加密、解密、SHA1加密、MD5加密、HTML反转字符等字符串常用操作的实例-Including: HTML conversion character (Reverse), encryption, decryption, SHA1 encryption, MD5 encryption, HTML reversal character strings commonly used operating instance
  3. 所属分类:.net

    • 发布日期:2017-11-23
    • 文件大小:15771
    • 提供者:sdfweio
  1. RC4

    0下载:
  2. 用RC4算法实现对任意输入的一个明文字符串进行加密和解密。-RC4 algorithm to encrypt and decrypt a plaintext string for any input.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:226099
    • 提供者:xiaoyezi
  1. DES

    0下载:
  2. 本程序用DES分组密码算法实现对一个字符串的加密和解密功能。-The program block cipher algorithm using DES encryption and decryption functions of a string.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:2532619
    • 提供者:xiaoyezi
  1. RSA

    0下载:
  2. 该程序使用RSA公钥算法实现了对一个字符串的加密和解密功能。其中,采用欧几里德算法(即辗转相除法)来判断两个数是否是素数。另外,使用菜单选项来选择当前是要“加密”还是“解密”。-The program use RSA public key algorithm is presented for a string of encryption and decryption function. Among them, the Euclidean algorithm (namely division al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:222759
    • 提供者:xiaoyezi
  1. TripleDES

    0下载:
  2. 数据格式加密采用标准3DES加密。 加密的字符串key为: 589BD507B59737B6C1BFCB9DCECB2C7957469B67049EDF34 nmbs_cstinf_dnl_7000_20130124.txt 为导出的未加密的数据,可做解析参考。 nmbs_cstinf_dnl_7000_20130124 (1).txt 为导出的加密数据,正式的客户信息下载文件为加密数据。 TripleDES.java及BytesUtil.java为
  3. 所属分类:source in ebook

    • 发布日期:2017-11-17
    • 文件大小:17196
    • 提供者:bluelemo
  1. 3dex_forjava

    0下载:
  2. 数据格式加密采用标准3DES加密。 加密的字符串key为: 589BD507B59737B6C1BFCB9DCECB2C7957469B67049EDF34 nmbs_cstinf_dnl_7000_20130124.txt 为导出的未加密的数据,可做解析参考。 nmbs_cstinf_dnl_7000_20130124 (1).txt 为导出的加密数据,正式的客户信息下载文件为加密数据。 TripleDES.java及BytesUtil.java为
  3. 所属分类:CA program

    • 发布日期:2017-11-10
    • 文件大小:18479
    • 提供者:bluelemo
  1. Rijndael

    0下载:
  2. 用VB实现的AES算法实现对字符串、文件加密和解密,可以设置密钥和加密长度。-VB of AES algorithm, you can set the key and encryption length of the string, file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:29630
    • 提供者:bangedian
  1. shiyaner-fenzumimajiami

    0下载:
  2. 理解对称加密算法的原理,熟悉常用的对称加密算法:DES,TripleDES,Blowfish 以DES加密算法为例,掌握分组加密算法加,解密过程的实现。 以DES/DESede为例,利用java中的相关类实现对指定字符串的加,解密 -Understand the principle of symmetric encryption algorithm, familiar with the commonly used symmetric encryption algorithms: D
  3. 所属分类:Network Security

    • 发布日期:2017-11-20
    • 文件大小:122788
    • 提供者:mengmeng
  1. DES

    0下载:
  2. 采用三重DES加密算法,实现对一串字符串进行加密和解密的实例程序,采用Delphi-A demo that encrypt and deciphering a string with 3DES,developed with Delphi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:257342
    • 提供者:郝德水
  1. Source

    0下载:
  2. 用JAVA实现的AES算法,可对文件,字符串,byte数组加密,详细显示每一步加密过程,包含生成密匙,加密文件,用密钥k解密文件-AES algorithm using JAVA, may file a string, byte array encryption, the encryption process every step shown in detail, including key generation, encryption, file with the key k to decry
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1613398
    • 提供者:kimifetch
  1. Encrypt

    0下载:
  2. 对字符串进行加密及解密,采用置换加密方式,-The string of encrypted using replacement encryption.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:176602
    • 提供者:赖有发
  1. source

    0下载:
  2. 字符加解密,针对字符串的小操作,对字符串进行加密后再解密-Character encryption and decryption operations for small string, then the string encryption and decryption
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1073
    • 提供者:22
  1. PointerDemo

    0下载:
  2. C# 指针Pointer演示源码,在控制台窗口中运行,不要双击生成的Exe文件哦。代码中包括了对字符的加密和解密,将字符串指针p指向字符数组b,并将参数p传给函数,对给定字符串进行加密处理,异或运算等。-C# pointerdemo.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4633
    • 提供者:zhangdi
  1. cryptfial

    0下载:
  2. 文本串加密和解密程序。一个文本串可用事先给定的字母映射表进行加密。例如,设字母映射表为:     a b c d e f g h I j k l m n o p q r s t u v w x y z     n g z q t c o b m u h e l k p d a w x f y I v r s j     则字符串“encrypt”被加密为“tkzwsdf”。 试写一个算法将输入的文本串进行加密后输出; 另写一个算法将输入的已加密的文本串进行解密后输出
  3. 所属分类:其他小程序

    • 发布日期:2017-04-06
    • 文件大小:463576
    • 提供者:Yoalnda
  1. RSAsuanf

    0下载:
  2. 我自己用C语言写的RSA算法,实现对字符串输入的进行加密和解密!完美操作-I have written in the C language RSA algorithm, to encrypt and decrypt strings input! Perfect operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:213187
    • 提供者:第三方
  1. rc4_st

    0下载:
  2. rc4算法对数据流加、解密,实现对字符串的加密和解密 -RC4 algorithm encryption, decryption of the data flow, the string encryption and decryption
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1131
    • 提供者:jiandan
« 1 2 ... 10 11 12 13 14 1516 17 »
搜珍网 www.dssz.com