CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - 加密算法

搜索资源列表

  1. Vigenere加密器(TC版)

    0下载:
  2. 本程序在Tc3.0下编译通过,主要功能实现Vigenere加密解密算法。 使用方法: 0)退出。 1)加密: 根据提示先输入一个明文文件名(*.txt),再输入加密密钥,便可加密。 2)解密: 根据提示先输入欲解密密文的文件名(*.txt),再输入密钥,便可解密。-the procedures under the Tc3.0 compiler, the main function of achieving Vigenere encryption and decryption algorithms
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:17298
    • 提供者:
  1. Rijnd

    0下载:
  2. 文件加密器。 本程序用RJ算法实现对任意文件加密。 只是效验密码方面有些缺陷。-file encryption device. The procedures used for RJ algorithm arbitrary file encryption. Only well-tested code with some flaws.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:48349
    • 提供者:黎尚伟
  1. SECUREencryptionalgorithms

    0下载:
  2. 这个加解密源码几乎包括了世界上几个最著名的加密算法:Blowfish、CryptAPI、DES、Gost、RC4、XOR、Skipjack、TEA、Twofish,曾获源码5星推荐 -almost source in the world including several of the most famous encryption algorithms : Blowfish, CryptAPI, DES, Gost, RC4, XOR, Skipjack, TEA, Twofish, wo
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:49157
    • 提供者:姚紫欣
  1. DSA_mmm

    0下载:
  2. 加密算法DSA之源代码及其实现原理,容易理解-encryption algorithm source code and its realization principle, easy to understand
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:56012
    • 提供者:mwh
  1. rsaalgorithminvc

    0下载:
  2. rsa加密算法的vc实现,可以实现1024位的加密-the source code of rsa algorithm in vc,which can do 1024bits encryption.-rsa encryption algorithm vc realized, 1024 can be achieved encryption-the source code of rsa algorithm in vc, which can do 1024bits encryption.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5796
    • 提供者:徐凯
  1. ks

    0下载:
  2. 凯撒加密算法C语言实现,代码量比较大,比较繁琐,希望大家能给出更好的代码
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5051
    • 提供者:二十八画生
  1. SHA

    0下载:
  2. SHA加密算法是目前广为应用的重要加密方法之一。而SHA-1 生成 160 位的消息摘要,虽然执行更慢,却被认为更安全。明文消息的最大长度可达到 264 位。下面是网络上流传的SHA算法,我们自己调试了一下,已经通过。现把主函数和算法函数贴出来。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1598
    • 提供者:jinyin
  1. RSA

    0下载:
  2. 它是第一个既能用于数据加密也能用于数字签名的算法。它易于理解和操作
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3482
    • 提供者:修凤志
  1. SmartEncrypt

    0下载:
  2. 实现文件批量加密,其加密算法可以自选或者另行增加加密算法,其扩展方便
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:119639
    • 提供者:jacky
  1. 使用64个字符键加密文件的类

    0下载:
  2. 汇编内核的md5算法.使用方法:一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-compilation of md5 kernel algorithm. Use : One method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directl
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4010
    • 提供者:高泽虎
  1. 文件加密SDK

    0下载:
  2. 采用最垃圾的算法对文件进行加密,且不需要输入任何密码-algorithm for encryption of the document, and no need to import any password
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:12048
    • 提供者:冰落魂
  1. RSA公开密钥加密

    1下载:
  2. 利用公开密钥密码算法,加密和解密使用不同的密钥。-use public key algorithm,and use diffrent key for encryption and decryption
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:20824
    • 提供者:blickwinkel
  1. filetoolarchive

    0下载:
  2. 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile[char * pFileName] //解密文件,输入参数为文件名 BOOL DeCryptFile[char * pFileName] //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve[char * dir, char * arch] BOOL
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:22926
    • 提供者:wulang
  1. aes

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密-AES is an encryption of information using the security code standards. It supports 128-bit, 192 bit and 256-bit ke
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:211031
    • 提供者:图派克
  1. jm

    0下载:
  2. 文件加密:把txt文件进行取反加密算法可以对普通的不重要的文件进行加密-File Encryption: txt file negated encryption algorithm to encrypt ordinary unimportant files
  3. 所属分类:File Operate

    • 发布日期:2017-03-24
    • 文件大小:516
    • 提供者:liangjiah
  1. 1-1.1

    0下载:
  2. 约瑟夫患加密算法,输入总人数N,和开始的号,隔M个人出队。例:总人数6,从第3个人开始,隔2个人出一个人。-Joseph suffering encryption algorithm, enter the total number N, and the beginning of the number, every M personal dequeue. Example: The total number of 6, 3 personal, one out of every 2 individua
  3. 所属分类:File Operate

    • 发布日期:2017-11-18
    • 文件大小:739
    • 提供者:Oliver
  1. rsa

    0下载:
  2. rsa加密算法,用c语言实现,同时具有有加密解密功能-Rsa encryption algorithm, using c language implementation, at the same time have encryption, decryption function
  3. 所属分类:File Operate

    • 发布日期:2017-12-08
    • 文件大小:2501
    • 提供者:林西
  1. win-rsa

    0下载:
  2. rsa加密算法,核心部分c语言实现,文件系统使用VB编写-rsa encryption algorithm
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:751146
    • 提供者:地方
  1. encode-a-text-file

    0下载:
  2. 文本文件加密,由VB编写,包括文本文件加密算法及窗体制作方法-Text file encryption, written by VB, including text files encryption algorithm and form production methods
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:14173
    • 提供者:guizi
  1. 791466

    0下载:
  2. DEs加密算法,用于对文件进行加密,并且速度较快,但是已破解,-DEs encryption algorithm, used for file encryption, and faster, but has been cracked,
  3. 所属分类:File Operate

    • 发布日期:2017-12-14
    • 文件大小:38069
    • 提供者:landwirty
« 12 »
搜珍网 www.dssz.com