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

搜索资源列表

  1. FileNameEncoder

    0下载:
  2. 文件中的java源代码,主要功能是对文件和字符串的加密和解密。 -Java source code file, the main function is encryption and decryption of file and string .
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2583
    • 提供者:邓涛
  1. Rijndael

    0下载:
  2. AES加密算法的VB实现,对字符串和文件都能加密。-AES encryption algorithm of the VB implementation, both the string and file encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:30675
    • 提供者:Ares
  1. EncryptionSample

    0下载:
  2. 我的加密方法需要一个字符串,它使用MD5哈希或SHA1,然后返回它加密。-My encryption methods take a string and hash it using MD5 or SHA1 and then return it encrypted.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:33338
    • 提供者:曾静
  1. 33

    0下载:
  2. 实验目的:熟练掌握字符串处理以及循环控 问题描述 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文 -Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:6937
    • 提供者:吴海
  1. ZCXDLJ

    0下载:
  2. 汇编实验 之 子程序的连接 1. 编写程序,将内存中由DATA单元开始,连续20单元中存放的字节数据的最大值与最小值以十六进制形式显示在屏幕上。 2. 已知在TEXT开始的内存单元中存放着一组英文文本,文本长度存放在CNT单元中。编制程序,用内存单元中有KEY开始的一组密匙字符串中的每个字符与文本中的字符逐个进行异或,若文本长度大于密匙字符串长度,当密匙字符串中的字符用完后,再从头重复使用,直至处理完文本串的所有字符。 要求:A加密程序用子程序编写 B将待加密的文本首址
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:457361
    • 提供者:星东
  1. aes

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密-AES is an encryption of information using the security code standards. It supports 128-bit, 192 bit and 256-bit ke
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:211031
    • 提供者:图派克
  1. KEY

    0下载:
  2. 这是一个加密程序,可对字符串进行加密,字符串和密钥的内容和长度可以设置。-This is an encryption program that encrypt the string, string and key content and length can be set.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:126912
    • 提供者:hugohd
  1. MD5

    0下载:
  2. MD5加密算法,有个 getMD5() 方法可以传入字符串并生成一个 MD5 码。-MD5 encryption algorithm, there' s getMD5 () method can pass a string and generate an MD5 code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:3776
    • 提供者:M-A
  1. Huffman

    0下载:
  2. 用c++实现的赫夫曼加密算法,包括字符串的加密与解密-Using c++ encryption algorithm implemented Hoffman
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:160085
    • 提供者:肖德强
  1. EasyIDE_ASP_Framework

    0下载:
  2. 简单地说,在EasyIDE Framework的支持下,你可以很方便地做字符串操作、磁盘文件操作、数组操作、XML解析操作、数据库操作以及其他很多常用的、已被其他语言作为内置函数的操作。值得一提的是,此次发布的版本强化了对ASP表现层和逻辑层分离的支持:include函数为你实现了稳定的动态包含文件方案,而ob_get_contents函数可以返回ASP页面执行后输出的HTML内容,基于这两个函数和其它辅助函数,你可以开发自己的ASP模板引擎。此外str_encode和str_decode也为你
  3. 所属分类:Web Server

    • 发布日期:2017-03-25
    • 文件大小:50397
    • 提供者:张生
  1. test2

    0下载:
  2. 数据加密程序 输入一个字符串,对其进行加密并输入(加密算法自选)。 -Data encryption program to enter a string, encrypt it and enter the (encryption algorithm is optional).
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:712
    • 提供者:lily
  1. sha

    0下载:
  2. 字符串的求SHA1的HASH值,加密,SHA1,-String HASH, encryption SHA1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:2008
    • 提供者:
  1. md5

    0下载:
  2. 这是参考网上的算法写的 MD5 的纯C++程序。可以对字符串和文件进行加密。共三个文件 md5.h, md5.cpp, md5tmp.cpp 主要实现在md5.cpp中。md5tmp.cpp是主程序文件,也是一个小的实现模板。 -This is a reference to online MD5 algorithm written in pure C++ program. Strings and files can be encrypted. A total of three d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3938
    • 提供者:李宏图
  1. txtjiami

    0下载:
  2. 文本串加密,加密后的字符串变成很复杂的乱码字符-Text string encryption, the encrypted string into a very complex garbled characters
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:196972
    • 提供者:caikexin
  1. jjm

    0下载:
  2. delphi中对字符串进行加密与解密,适用于帐号等信息的加解密处理,避免帐号泄漏,程序为单元形式,直接加入工程即可调用.-delphi on string encryption and decryption for account information such as encryption and decryption processing, to avoid leaking account, procedures for the unit forms can call directly in
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:1097
    • 提供者:liujian
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:210329
    • 提供者:蟲子
  1. Snowstorm

    0下载:
  2. 对字符串进行加密解密。密码形势为16进制。支持key。雪暴。-Encrypt and decrypt strings. 16 hex password situation. Support key. Snow storm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:306978
    • 提供者:aush
  1. code

    0下载:
  2. 分别实现DES的加密和解密,该程序加密的对象为8位字符串,加密后显示的结果为将64比特转为字符串的形式。加密的正确性可通过解密的结果来验证。-This program aims to encrypt and decrypt DES respectively, and the encrypted object of the program is the 8-bit string, i.e. converting the 64 bits into the form of strings. The v
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3535
    • 提供者:张红
  1. BinaryCode

    0下载:
  2. 字符串加解密:一个将该字符串进行加密的办法是:为每一位数字加上相邻数字的和。此程序时进行解密。完全原创!-String encryption and decryption: a way to encrypt the string is: for each digit and add the adjacent number. This program to decrypt. Completely original!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:4843
    • 提供者:兰丽
  1. 201062417334289

    0下载:
  2. 可以快速加密,字符串,文件,流等 资源类别: Delphi源码¦算法 -Can quickly encrypt, strings, file, stream and other resources Category: Delphi source ¦ algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:769836
    • 提供者:ifggef
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 35 »
搜珍网 www.dssz.com