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

搜索资源列表

  1. ExtendedLogisticChaotic

    0下载:
  2. 基于混沌序列的二值图像加密算法:提 出了一种以混沌二值序列为基础的图像加密算法 , 改进了灰度差置乱度算法来评价二值图像加密 效果 , 最后对混沌序列对初始条件的敏感性、 相邻像素差置乱度、 图像加密/ 解密速度进行了大量测试。-Based on Chaotic Encryption Algorithm of Binary Image: A chaotic binary sequences with an image encryption scheme based on improved
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:377899
    • 提供者:huyunfeitian
  1. CaesarSourceCode

    0下载:
  2. caesar算法演示 利用公开密钥密码算法,加密和解密使用不同的密钥。-caesar Algorithm Demonstration
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:7303
    • 提供者:John
  1. ECC

    0下载:
  2. 椭圆曲线加密算法完整版,用C++实现,包括密钥生成,加密解密文件,可完整运行~-The full version of elliptic curve encryption algorithm, with C++ implementation, including key generation, encryption and decryption of files, can complete run ~
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1396403
    • 提供者:lixiang
  1. Base64

    0下载:
  2. vb 写的Base64+加密算法,有需要的朋友可以下载参考参考-vb write Base64+ encryption algorithm, a friend in need can be downloaded for reference reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:2889
    • 提供者:aaaaaa
  1. DES

    0下载:
  2. DES加密解密算法,用C++编写,经测试可用-Decryption DES encryption algorithm, written with C++, available via testing
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4058
    • 提供者:赵斐
  1. StringEncrypt

    0下载:
  2. 加密和解密字符串算法,使用32位的私钥,可无限次加密,解密后能精确还原-String encryption and decryption algorithm, using 32-bit private key, unlimited encryption, decryption can be accurately restored after
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:713
    • 提供者:Michael
  1. AES

    0下载:
  2. AES加密是一个高效快捷用于军事加密等级的类模块,可以在任何工程中使用。AES(128位字区大小,使用128、192或者256位密钥长度)是用在美国政府进行保护机密(使用192或者256位密钥)和绝密文件的算法。不同于其他区段加密算法,AES是在VB中是最有效率的,因为加密一个区段能被使用唯一的CopyMemory,异或操作和一些位掩码。这个类模块可以支持所有的密钥和字区大小。并且难能可贵的是支持中英文混合加密。-AES encryption is a fast and efficient le
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:30381
    • 提供者:dick
  1. NewAES

    1下载:
  2. 在往上找字符串加密的代码一直没有合适的,只找到了多字节字符串加密的代码。自己改进了AES加脱密算法,实现对任务长度Unicode字符串的加脱密。代码已经在Unicode编码下测试过,没问题。希望对大家的编程有所帮助。-Looking up the string in the encryption code has not been right, only to find a multi-byte string encryption code. Plus improved off their se
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:6316
    • 提供者:licoo
  1. laiyifa

    0下载:
  2. 一个简单的加密工具的源代码。非常基础但是有用的对称加密算法,加密程序的最基础形式。内含自定义的xor加密算法。也有xxtea的h文件。不过对于xxtea的使用部分还没有实现-A simple encryption tool' s source code. Very basic but useful symmetric encryption algorithms, encryption program, the most basic form. Xor includes a custom e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:5114
    • 提供者:zjw3000
  1. sound_tcpipok

    0下载:
  2. 该工程为ARM开发平台YC-2440上实现的语音加密通信程序,语音数据通过TCP协议传输,加密算法采用logistic迭代,修改arm板子上声卡驱动,使之支持双工即可实现两机之间的语音加密传输-The project development platform for the ARM YC-2440 on the implementation of voice encryption communication program, through the TCP protocol to transmi
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:11294
    • 提供者:杨毅
  1. DES

    0下载:
  2. 对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Ja
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:29033
    • 提供者:nannan
  1. t2

    0下载:
  2. RSA加密解密算法的最简单的C实现的源代码。如果你不想看太复杂的RSA算法,可以考虑这个-RSA encryption and decryption algorithms to achieve the most simple C source code. If you do not want to see the RSA algorithm is too complicated, consider this
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:930
    • 提供者:light-hook
  1. tydesEncoding

    0下载:
  2. DES加密算法,加密机里面的加密机算法,一种以加密算法的小工具-DES encryption algorithm, encryption, encryption machine inside the machine algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:21219
    • 提供者:wuan412
  1. kcpDES

    0下载:
  2. DES算法的加密解密,借用别人的代码,自己编写的小界面。可以加密八位以下的字符,解密后输出为十六进制,并且可以正确解密。希望对大家有用-DES algorithm for encryption and decryption, to borrow someone else' s code, I have written a small interface. The following eight characters can be encrypted, decrypted output to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5625467
    • 提供者:孔垂品
  1. CSharpCallDllAESEncanddEcr

    0下载:
  2. C#调用Delphi的dll以实现标准的AES加密解密算法,Reg.dll为Delphi所实现的标准AES加密解密动态链接库。-Delphi, C# call dll in order to achieve the standard AES encryption and decryption algorithms, Reg.dll to Delphi by the implementation of the standard AES encryption and decryption of th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:160279
    • 提供者:zhang
  1. jiami

    0下载:
  2. 200多个常见的VC++加密算法代码,像DES、ASN、hex、rsa等等算法,加密也是常用的一种程序数据处理方式,实用性比较大。-More than 200 common encryption algorithm VC++ code, such as DES, ASN, hex, rsa, etc. algorithm, encryption is also a procedure commonly used in data processing, practical, relatively
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:392752
    • 提供者:suo618
  1. information-secrecy

    0下载:
  2. 对文本,音频和图片三种格式的文件进行加密解密其中只对文本进行了加密解密,使用了比较简单的凯撒移位算法,栅栏易位算法和置换算法 源代码: -secrecy
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:2209
    • 提供者:谭达荣
  1. image

    1下载:
  2. 图像加密算法,对图像进行加密和解密运算,一般是灰度图像-Image encryption algorithm, the image encryption and decryption operation, general is gray image
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:171969
    • 提供者:贾飞
  1. java-des

    0下载:
  2. des加密解密算法,通过DES加密解密实现一个String字符串的加密和解密.-des encryption and decryption algorithm, DES encryption and decryption to implement a String string encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1703
    • 提供者:罗延平
  1. jiami

    0下载:
  2. 一个简单的加密解密算法,运用的是字符串加解密技术-A simple encryption and decryption algorithms, the use of encryption technology is a string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1013
    • 提供者:Zac
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com