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

搜索资源列表

  1. rsa

    0下载:
  2. java实现的RSA算法,可对中文字符串加密,解密,因为加密前使用base64对需要加密的字符串进行编码-java implementation of the RSA algorithm, can Chinese string encryption, decryption, because the encryption of the former needs to be encrypted using base64 encoded string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3288
    • 提供者:韦健
  1. blowfish

    0下载:
  2. blowfish加密解密程序源码,可在vc6.0下编译运行,可对字符串和文件加密解密-blowfish encryption and decryption program source code can be compiled in vc6.0 run, can string and file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:60183
    • 提供者:king
  1. clear-and--confuse

    0下载:
  2. 加密解密功能 类似凯撒密码 代码中的几个字符串就表明了明文和密文的对应关系-Caesar password encryption and decryption functions like a few strings in the code as shown by the corresponding plaintext and ciphertext relationship
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:535
    • 提供者:Cheng Wang
  1. AES

    0下载:
  2. 本程序用C++简单地实现了AES算法,可以实现128bits的字符串加密、解密,密码为128bits,具有很好的扩展性,可很容易地扩展为文件加密。-The program in C++ simply implements the AES algorithm, the string can 128bits encryption, decryption, password is 128bits, has good scalability can be easily extended to file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3249459
    • 提供者:张梦
  1. Encrypt

    0下载:
  2. 利用java.security对字符串进行加密解密,包含应用实例。-Use Java. Security in a encrypt, decrypt, including the application example.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1205
    • 提供者:lilu
  1. AES

    0下载:
  2. AES文件字符串的加密解密 具有优美的MFC界面-AES file encryption and decryption of string with a beautiful MFC interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5395487
    • 提供者:刘志明
  1. VCPcharPEncode

    0下载:
  2. 为保证数据的安全性,对字符串进行加密解密操作。-To guarantee the security of data, in a encrypt, decrypt operation.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1875254
    • 提供者:duyuchun
  1. Class-library-source-code

    0下载:
  2. 常见的各种包含文件读写、文件夹读写、各种加密解密、XML操作 字符串操作的代码集合。-Various kinds of common contains file read and write, read and write, a folder encryption and decryption, XML operationString operation code set.
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3612350
    • 提供者:张健
  1. ecc

    0下载:
  2. 实现了ECC算法的加密解密,主要是对字符串的加解密。-Realize the ECC algorithm encrypt, decrypt, is mainly to the string encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1384245
    • 提供者:tian
  1. DES

    0下载:
  2. DES加密解密算法。通过密钥对对字符串进行加密解密操作,64位加密-DES encryption and decryption algorithm. The key to string encryption and decryption operation,64 bit encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:66226
    • 提供者:邵梦华
  1. des

    0下载:
  2. des加密及解密,可加密解密txt文件,字符串,有图形界面,可执行程序-des encryption and decryption, encryption and decryption of txt files, strings, graphical interface, an executable program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2606319
    • 提供者:makaalbarn
  1. AES

    0下载:
  2. vc++实现的AES加密算法。可实现对任意文件加密,解密和字符串加密-Can be realized on the arbitrary file encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1931107
    • 提供者:蔡晶
  1. Playfair

    0下载:
  2. 本代码实现了playfair加密方法的变种,手动输入一个密钥和一串需要加密的字符串,解密的时候,则输入密钥和已加密的字符串,即加密解密是一个程序。详细请看代码。-This code implements a variant of the playfair encryption method to manually enter a key and a string of encrypted string decryption, enter the key and the encrypted str
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1106
    • 提供者:东邪
  1. DES64

    0下载:
  2. 将密文解密成明文,对一个字符串加密,密匙长度应>=6,否则容易出现问题-Decrypt the ciphertext into plaintext, encrypt a string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:14012
    • 提供者:Mar
  1. DESEncrypt

    0下载:
  2. java源码对字符串加密,解密。很简单的解决思路-java source string encryption and decryption. A very simple solution ideas
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:306204
    • 提供者:夏波
  1. tea

    1下载:
  2. 一个TEA加密算法的加密解密源码,实现对字符串的加密解密,学习信息安全的可以看下-A TEA encryption algorithm encryption and decryption source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-03-26
    • 文件大小:8192
    • 提供者:李睿
  1. VCAesCode

    0下载:
  2. AES加密解密,支持对大于十六位的字符串进行加密解密,和任意大小文件。不像别人传的,只支持小于十六的。-AES encryption and decryption support greater than 16-bit string encryption and decryption files of any size. Unlike the others, but only support less than sixteen.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2083824
    • 提供者:何建亮
  1. Encryption

    0下载:
  2. C#写的加密解密源码: 将字符串转化为UTF-8的ByteArray后,使用TripleDES算法对字符串进行加密,加密后的字符串再转化为Base64字符串。-Written in C# encryption and decryption source code: the string converted to UTF-8 ByteArray using the TripleDES algorithm to encrypt the string, the encrypted string is
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:58793
    • 提供者:Rache
  1. vcPP-APP_CODE_1

    1下载:
  2. Visual.C++编程技巧精选500例源代码 内含各种例子(vc下各种控件的使用方法、标题栏与菜单栏、工具栏与状态栏、图标与光标、程序窗口、程序控制、进程与线程、字符串、文件读写操作、文件与文件夹属性操作、文件与文件夹系统操作、系统控制操作、程序版权信息、系统软件信息、 系统硬件信息、存储设备管理、鼠标及键盘、声音和视频、图形和图像、网络、数据库) 《远程控制编程技术》源代码 内含(重启、图片操作、ip操作、键盘与鼠标、客户端以及服务端、文件传输等实例源码) 多个V
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-25
    • 文件大小:59295744
    • 提供者:李东波
  1. vcPP-APP_CODE_2

    1下载:
  2. vc下各种控件的使用方法、标题栏与菜单栏、工具栏与状态栏、图标与光标、程序窗口、程序控制、进程与线程、字符串、文件读写操作、文件与文件夹属性操作、文件与文件夹系统操作、系统控制操作、程序版权信息、系统软件信息、 系统硬件信息、存储设备管理、鼠标及键盘、声音和视频、图形和图像、网络、数据库) 《远程控制编程技术》源代码 内含(重启、图片操作、ip操作、键盘与鼠标、客户端以及服务端、文件传输等实例源码) 多个VC++加密解密算法库(CRYPT++) 详细讲解了Crypt+
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-25
    • 文件大小:45450240
    • 提供者:李东波
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »
搜珍网 www.dssz.com