CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - 简单 加密 算法

搜索资源列表

  1. mydes

    0下载:
  2. 简单DES加密算法功能比较简单,是在朋友的指导下做的,多指教-simple DES encryption algorithm is relatively simple function is under the guidance of a friend to do more weekend!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5971
    • 提供者:黎林
  1. TestE

    0下载:
  2. 加密解密,包含多种简单加密算法,非常经典的学习加密解密的源代码。只对字母有效
  3. 所属分类:加密解密

    • 发布日期:2014-01-17
    • 文件大小:76778
    • 提供者:lyang
  1. 基于SDES的加密

    0下载:
  2. 简单的基于DES的加密算法及雪崩效应分析。请仔细阅读内附的说明文件。-DES encryption algorithm and analysis of avalanche effect. Please read the attached note.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:67569
    • 提供者:李灵宁
  1. 算法

    0下载:
  2. 维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过程如下: 设密钥 ,明文 , 加密变换 其中 例如,M=da
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1274
    • 提供者:god
  1. 基于STM32 的AES加密算法

    2下载:
  2. 基于STM32 的AES加密算法,适合用在简单的存储加密,The STM32-based AES encryption algorithm, suitable for storage in a simple encryption
  3. 所属分类:加密解密

    • 发布日期:2016-07-08
    • 文件大小:251996
    • 提供者:fox
  1. mima

    0下载:
  2. 密码学的简单加密,用单表置换算法实现一个字符串的加密-Cryptography simple encryption, single-table replacement algorithm for the realization of a string encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:11657
    • 提供者:aww
  1. SimpleEncryptionAlgorithm

    0下载:
  2. 简单的加密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的个位
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:6717
    • 提供者:lymyoyo
  1. SimpleEncryptionAlgorithmReversibleAndIrreversible

    0下载:
  2. 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:6609
    • 提供者:lym
  1. Monoalphabetic

    0下载:
  2. 单表加密算法、单表解密算法实现的简单示例-implementation of monoalphabetic encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1084
    • 提供者:hayley
  1. jiami

    0下载:
  2. 利用vc编写的简单加密算法。 利用vc简单移位实现其加密功能-Vc prepared easy to use encryption algorithm. Vc easy to use encryption to achieve its translocation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:98659
    • 提供者:豆豆
  1. mimaxue

    0下载:
  2. 密码学课设~DES加密算法的完整实现 内容简单适合新人学习使用-Cryptography Course ~ DES encryption algorithm for the full realization of the content for new learning to use simple
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:96472
    • 提供者:付斌
  1. FileEncode

    0下载:
  2. 自己编写的用C语言简单的异或算法所编写的短小精悍的文件加密程序!实现了密码加密功能!已经运行通过。非常经典,绝对是学习C语言的算法的好例子。有小又精才是最好的-I have written using C language simple XOR algorithm dapper prepared file encryption program! The realization of the encryption password! Has been running through. Very c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:190522
    • 提供者:但是借
  1. kaisa

    0下载:
  2. 凯撒加密算法 自己编的一个简单的实现凯撒加密算法的C++程序代码-Caesar encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-26
    • 文件大小:567
    • 提供者:au
  1. ImageEncryptionAlgorithm

    1下载:
  2. 以两个简单的logistic映射构造一个双混沌互扰系统,提出了基于双混沌互扰系统的图像加密算法.-An image encryption algorithm is proposed with inter-perturbations of dual chaotic systems constructed based on two simple logistic mapping.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:298488
    • 提供者:胡勇辉
  1. 14939

    0下载:
  2. Vb程序加密算法,很简单而又很好用,实在不可多得,快去下载吧-Vb program encryption algorithm is very simple and very good use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:151806
    • 提供者:贾军锋
  1. RSA

    0下载:
  2. RSA 的 加密解密 界面简单 但算法是全的 参考参考-RSA' s encryption and decryption algorithm interface is simple but full of reference information
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:32821
    • 提供者:BUB
  1. FolderEncry

    1下载:
  2. 文件夹加密,用加密算法把文件夹,例子挺简单-Folder encryption, encryption algorithm to use the folder, very simple example
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:15116
    • 提供者:随风
  1. lab

    0下载:
  2. 一个简单加密算法的Java代码实现,代码比较容易理解-The Java code implements a simple encryption algorithm, the code easier to understand
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:6908
    • 提供者:chenjianhuaxing
  1. testRC4

    0下载:
  2. 用于游戏客户端 的简单加密算法(RC4 RC5)。-simple encryption code for client Game。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:4559
    • 提供者:t
  1. RC4

    0下载:
  2. 一个简单的RC4加密算法,输入明文密钥得到密文(A simple RC4 encryption)
  3. 所属分类:加密解密

    • 发布日期:2017-12-24
    • 文件大小:2281472
    • 提供者:1122451
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com