搜索资源列表

  1. 阿郊 Hill 密码的加密与解密

    0下载:
  2. pascal的一个可行的HILL密码。可惜不是我写的,是我同学的作品,在此小弟以期望更多的PASCAL的高手上来交流。-a viable HILL password. Unfortunately, I did not write that I students work, the younger brother to expect more of a master of PASCAL onto exchanges.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.87kb
    • 提供者:携手问
  1. 加密与解密技术内幕

    0下载:
  2. 对于密码学感兴趣的读者适合,当然要求一定的基础-for cryptography for interested readers, of course, requires a certain basis
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.32mb
    • 提供者:刘菊
  1. hill2密码matlab实现

    1下载:
  2. 实现hill密码的加密与解密,同时在MATLAB GUI界面设计
  3. 所属分类:加密解密

    • 发布日期:2010-10-14
    • 文件大小:2.31kb
    • 提供者:sxjalpk
  1. 文件加密技术一例

    0下载:
  2. 文件加密技术一例给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可.-file encryption technology to the case file encryption technologies lot, which will be divided into different levels, to
  3. 所属分类:加密解密

    • 发布日期:2024-11-27
    • 文件大小:4kb
    • 提供者:林丰
  1. 加密与解密技术内幕

    0下载:
  2. 对于密码学感兴趣的读者适合,当然要求一定的基础-for cryptography for interested readers, of course, requires a certain basis
  3. 所属分类:加密解密

    • 发布日期:2024-11-27
    • 文件大小:1.33mb
    • 提供者:刘菊
  1. 制作加密文本文件程序

    0下载:
  2. 制作加密文本文件程序1.原理从源文本文件中按顺序读出每一个字符,然后把读出的字符转换为相应的ASCII码,将此ASCII码加上整数密钥Key,最后把所得结果再转回相应的字符并同时把它写入到另外一个文件中,这就是加密过程。解密码过程与加密过程刚好是相反的操作。2.界面设计新建一个工程,在Form1中添加一个Label,一个Edit和两个Button,程序的界面设置与布局如图所示。图一 界面布局-encryption produced a
  3. 所属分类:书籍源码

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:万宏兴
  1. 阿郊 Hill 密码的加密与解密

    0下载:
  2. pascal的一个可行的HILL密码。可惜不是我写的,是我同学的作品,在此小弟以期望更多的PASCAL的高手上来交流。-a viable HILL password. Unfortunately, I did not write that I students work, the younger brother to expect more of a master of PASCAL onto exchanges.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:13kb
    • 提供者:携手问
  1. kaisajiami

    0下载:
  2. 上网络安全的项目设计,是凯撒密码的加密与解密程序,不知道可以么?联系: lijie451789@163.com-network security on the project design, Caesar is password encryption and decryption procedures, I do not know it? Contact : lijie451789@163.com
  3. 所属分类:界面编程

    • 发布日期:2024-11-27
    • 文件大小:688kb
    • 提供者:李杰
  1. jonathan

    0下载:
  2. 无解压密码,用java语言实现的加密与解密程序-without extracting passwords, using java language of encryption and decryption procedures
  3. 所属分类:加密解密

    • 发布日期:2024-11-27
    • 文件大小:21kb
    • 提供者:李冰
  1. jiamijiemicodesource

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

    • 发布日期:2024-11-27
    • 文件大小:1.28mb
    • 提供者:吕文奎
  1. des

    0下载:
  2. 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
  3. 所属分类:加密解密

    • 发布日期:2024-11-27
    • 文件大小:310kb
    • 提供者:张博
  1. 04030326

    0下载:
  2. 信息技术的飞速发展,使人们的生活面貌发生了很大的变化,同时信息技术也促进了社会的发展。在计算机网络深入普及的信息时代,信息本身就是时间,就是财富。如何保护信息的安全使之不被窃取及不至于被篡改或破坏,已成为当今普遍关注的重大问题。密码是有效且可行的办法。 本论文主要是介绍了文件加密以及一个小程序,从密钥生成、DES加密原理、DES解密原理三方面阐述了DES算法的整个过程。并在此基础上,在windows环境下,利用java实现DES加
  3. 所属分类:加密解密

    • 发布日期:2024-11-27
    • 文件大小:386kb
    • 提供者:张贺寅
  1. RC4

    0下载:
  2. 本程序实现RC4算法,包括加密与解密,属于流密码算法-RC4 algorithm to achieve this process, including the encryption and decryption, are stream cipher algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-11-27
    • 文件大小:219kb
    • 提供者:lishen
  1. ha_aopr-shw_cz

    0下载:
  2. 一个密码加密与解密软件,很好用的。。 来试试吧-password soft
  3. 所属分类:加密解密

    • 发布日期:2024-11-27
    • 文件大小:3.56mb
    • 提供者:meimei
  1. Classical

    0下载:
  2. 用C语言实现的的全部的古典密码学算法的加密与解密程序,供朋友们参考。-The Classical Cryptography programme by C Language
  3. 所属分类:加密解密

    • 发布日期:2024-11-27
    • 文件大小:18kb
    • 提供者:yaofengyi
  1. wjjm

    0下载:
  2. 利用系统漏洞,实现文件夹加密与解密的VB源码,保护您的文件安全,密码验证成功后才可以打开保护后的文件夹!-Use of system vulnerabilities to achieve folder encryption and decryption of the VB source code to protect your files secure, password authentication before they can s
  3. 所属分类:加密解密

    • 发布日期:2024-11-27
    • 文件大小:116kb
    • 提供者:xunhacker
  1. Password

    0下载:
  2. 密码加密与解密 对字符串进行MD5编码,并进行解密-Password encryption and decryption of the MD5 encoded string and decrypt
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:w_y_loong
  1. 密码相关

    0下载:
  2. 主要是对字符串进行加密与解密操作,提供静态方法,便于调用。(Mainly for string encryption and decryption operations, to provide a static method, easy to call.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:4kb
    • 提供者:zondy
  1. salt_hash

    0下载:
  2. 1.使用Node.js中的crypto模块加密用户密码和加盐,加密密码和原始密码验证。 2.使用Node.js中的crypto模块对字符串进行加密和解密,采用非对称加密方式。(1. use the crypto module in Node.js to encrypt the user's password and add salt, cipher and original password authentication. 2.
  3. 所属分类:Node.js

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:lonjoy
  1. 一、移位密码算法的加密和解密

    0下载:
  2. 实现了移位密码算法的加密和解密,加密与解密程序在同一程序中,通过输入1or2选择加密或解密(The encryption and decryption of the transposition cipher algorithm are realized. In the same program, the encryption and decryption program is encrypted or decrypted by the
  3. 所属分类:Windows编程

    • 发布日期:2024-11-27
    • 文件大小:1.68mb
    • 提供者:fwssnbb1
« 12 3 4 5 6 »

源码中国 www.ymcn.org