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

搜索资源列表

  1. jiamijiemicodesource

    1下载:
  2. 计算机信息的保密显得越来越重要。数据保密变换,或密码技术,是对计算机信息进行保护的最实用和最可靠的方法。现阶段计算机硬盘以及其他大容量存储介质代替了纸张成为信息存储的主要方式,随之带来的信息安全问题也日渐突出,电子文档的信息安全成为一个至关重要的问题.电子文档的安全问题发生在两个场合:动态的传输途中、静态的存储形式.对于电子文档的传输安全,可以通过数据加密技术先加密再传输、保证电子文档的合法性和完整性 要完成的工作: 1. 对网络安全的基本概念和基本原理有一个了解。 2. 对各
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:283613
    • 提供者:吕文奎
  1. Virginia

    0下载:
  2. 维吉尼亚密码是最古老而且最著名的多表替代密码体制之一,与位移密码体制相似,但维吉尼亚密码的密钥是动态周期变化的。 加密:已知明文和密钥,得出密文 解密:已知密文和密钥,得出明文 -Virginia is the oldest and most famous password in the password system instead of multiple tables, with displacement of the password system similar, but V
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:67583
    • 提供者:薇薇
  1. temp

    0下载:
  2. 一个密码小键盘的封装的动态库,绝对可用- A password small keyboard seal dynamic storehouse, absolutely may use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:15592
    • 提供者:陈永强
  1. algorithm

    0下载:
  2. 这么个思路:首先通过提取系统时间和运行时间作为加密算式的动态参数进行文件加密,然后将这些参数以及密码和是否加密的标志加密加载到文件中(不然就解密不了文件了),最后在解密的话,就是通过一定得方法提取这些参数,将其解密。 由于这些参数是动态变化的,所以每次对同一个文件进行加密后的结果都是不一样的,这样的话对于破解者来说就没有规律可循了。 这种加密法就是一个对称密码,很难用穷举法破解(虽然我没有试过),但是跟金老师上课讲的那些对称密码像DES,是没的比的,那些事可以公开算法的,而这个算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1906303
    • 提供者:Aaron
  1. dll_ddb1

    0下载:
  2. 能实现动态调用dll连接,利用卡尔曼滤波法解算密码,付详解-To achieve dynamic dll call connection, the use of Kalman filtering method solver password, pay Detailed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:53288
    • 提供者:wangzj
  1. Encrypt

    0下载:
  2. 用户需动态设置软件密码,对文件就行加密的软件-Users need to dynamically set software password, file encryption software on the line
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:418268
    • 提供者:随云
  1. csp.dll

    0下载:
  2. csp(密码服务提供者)的动态库,微软CSP系统调用,需注册-csp (cryptographic service provider) the dynamic library, Microsoft' s CSP system call, need to register
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:117721
    • 提供者:lijing
  1. RC4

    0下载:
  2. RC4加密算法的实现,生成文件为DLL动态链接库,可作为密码技术的实验-RC4 encryption algorithm, to generate a DLL dynamic link library can be used as the experimental cryptography
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3558242
    • 提供者:luye
  1. Aes

    0下载:
  2. 128位AES加/解密函数Enciphering/Deciphering;CBC工作模式下的AES加/解密函数CBCEncrypt/CBCDecrypt。本密码算法的实现不仅是经典AES算法的实现,还采用动态S盒技术对其作出了改进,使其安全性更高,改进之处参考了《AES算法的S盒分析及改进探讨》一文。-128-bit AES encryption/decryption the function Enciphering/Deciphering the CBC operating mode AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:1172322
    • 提供者:fang
  1. getcode

    0下载:
  2. 用到MD5,每3秒生成一个随机码,这个随机码用已知算法可预测,模拟取固定随机码,可用于动态密码技术。-Generate a random code every 3 seconds, this random code known algorithm can predict simulation to take fixed-random code, can be used for dynamic password technology.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:4218
    • 提供者:曾林
  1. rc4

    0下载:
  2. 流密码RC4的加密解密文件的C++算法,可以静态加密文件也可以动态加密-C++ stream cipher RC4 algorithm for encryption and decryption of files, you can still encrypt files can also be dynamic encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1311
    • 提供者:张赛
搜珍网 www.dssz.com