搜索资源列表

  1. 列置换算法

    0下载:
  2. 传统加密解算法,用置换来对文件进行处理,实用方便-traditional encryption/decryption algorithm, it s practicality and conveniency for introducing swaping to process file
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:370692
    • 提供者:李户
  1. cipher

    0下载:
  2. 这个源码包括两个最简单的加密——置换加密和替代加密的实现
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:29227
    • 提供者:肖丽萍
  1. caser

    0下载:
  2. 一个初学者vc++环境下编写的初级凯撒加密算法和单表置换加密算法,对话框实现
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:41995
    • 提供者:常亮
  1. cry

    1下载:
  2. 各种加密解密算法,包括hill,vijinia和置换加密等,实现txt文本加解密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:81791
    • 提供者:qq11420
  1. 用置换加密解密

    0下载:
  2. 用置换的方法对文件进行加密,采用C语言实现,简单的一个例子,对于学习是很有帮助的。-replacement with the right documents encrypted using C language, a simple example, the study is very helpful.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:14567
    • 提供者:李晓伟
  1. S_DES加密解密程序

    3下载:
  2. 按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and t
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1798
    • 提供者:胡康康
  1. 四种加密解密算法的源代码

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:发就
  1. pcked

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:唐莹
  1. 用置换加密解密

    0下载:
  2. 用置换的方法对文件进行加密,采用C语言实现,简单的一个例子,对于学习是很有帮助的。-replacement with the right documents encrypted using C language, a simple example, the study is very helpful.
  3. 所属分类:系统编程

    • 发布日期:2024-06-03
    • 文件大小:390144
    • 提供者:李晓伟
  1. s-des算法分析及实现

    0下载:
  2. :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encry
  3. 所属分类:系统编程

    • 发布日期:2024-06-03
    • 文件大小:549888
    • 提供者:王冰
  1. S_DES加密解密程序

    0下载:
  2. 按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and t
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:胡康康
  1. 四种加密解密算法的源代码

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:发就
  1. 列置换算法

    0下载:
  2. 传统加密解算法,用置换来对文件进行处理,实用方便-traditional encryption/decryption algorithm, it s practicality and conveniency for introducing swaping to process file
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:370688
    • 提供者:李户
  1. SDes_java

    0下载:
  2. S-加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。 加密算法包括5个函数:初始置换(IP);复杂函数fk,它包含有置换和代换运算,并且依赖于输入的密钥;用以转换数据两个部分的简单置换函数(SW);再一次运用函数fk;最后的一个置换函数是IP的逆。解密过程是加密的逆过程。 -S-encryption algorithm for the
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:4096
    • 提供者:linvg
  1. desende

    0下载:
  2. 自己编的DES加密、解密算法,可实现windows下任何文件的加密、解密,尤其适用使用公用电脑而一些私人的文件不想被别人看到的情况,可设置八个字节的密钥,也就是每一位可以从0到255,这样对方就算已知置换矩阵和S盒的情况下用穷举法破解的难度也在2的32次幂,还是相当安全的。 加密:DESencrypt.exe 解密:DESdecrypt.exe-own addendum to the DES encryption, decryp
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:63488
    • 提供者:
  1. cipher

    0下载:
  2. 这个源码包括两个最简单的加密——置换加密和替代加密的实现-This source, including the two most simple encryption- encryption and alternative replacement encrypted realize
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:1913856
    • 提供者:肖丽萍
  1. caser

    0下载:
  2. 一个初学者vc++环境下编写的初级凯撒加密算法和单表置换加密算法,对话框实现-A beginners vc++ Environment prepared by the primary Caesar encryption algorithm and encryption algorithm, single table replacement, the dialog box to achieve
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:1969152
    • 提供者:常亮
  1. zhihuan

    0下载:
  2. 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。-Substitution cipher does not change the principle is expressly characters, only the characters in the explicit change in order to achieve explicit information enc
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:10240
    • 提供者:AnySand
  1. Column permutation cipher

    0下载:
  2. 列置换加密算法,C语言实现,比较初级,但是运行没啥问题(Column permutation cipher)
  3. 所属分类:其他小程序

  1. 归档

    0下载:
  2. 使用python实现置换加密算法的加密与解密(Realize encryption and decryption of permutation encryption algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:carlw
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org