搜索资源列表

  1. o014.zip

    0下载:
  2. 文件加解密源程序
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:352336
    • 提供者:
  1. 信息资源管理

    0下载:
  2. c# 加密解密该程序具有对你的文件加解密功能。需要你指定的数据,程序中已给了接口。 比如说你指定了要加密的文件名\"4.txt\",加密后的文件存放位置\"6.txt\", 还有口令password如\"liufeng\"后,运行该程序,那么\"6.txt\" 中将是\"4.txt\"的密文。 注意口令是解密的钥匙,不要忘记。 其他解密过程自己参考-the encryption and decryption pr
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30898
    • 提供者:rain
  1. CreatePassword

    0下载:
  2. 自己写的实用加密和解密程序,常用于Application项目的配置文件加解密,加密后用的字符放在config文件,解密时调用程序可以解密.-himself wrote a practical encryption and decryption procedures, commonly used in the Application of the configuration file encryption and decryption,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28457
    • 提供者:武容
  1. hashbobo

    0下载:
  2. 适用于文件加解密求文件的hash值用来测试-increases apply to documents declassified documents for the hash value for testing
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8156
    • 提供者:芯秀海
  1. DES

    0下载:
  2. DES算法要求加密密钥和解密密钥一致。密钥所需的字节数祖长度为8位。基于对需求的理解,密钥由客户设定,在加密和解密的时候,在服务器端输入一密钥达到文件的加密需求,在终端输入同一密钥达到加密文件的解密需求。 DES加密的时候,最后一位长度不足64的,它会自动填补到64,那么在我们进行字节数组到字串的转化过程中,可以把它填补的不可见字符改变了,所以时常引发系统抛出异常。为此,在处理过程中,我们需要把一些信息编码保存起来,使之保证数据
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:6567936
    • 提供者:wuqian
  1. FilePassword

    0下载:
  2. 对文件加解密,加密的时候设定密码,解密的时候要输入加密时的密码,根据密码解密。
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:30720
    • 提供者:East
  1. lovePet

    0下载:
  2. 实用功能主要有:文件分割与合并、文件加解密(新增)、控件注册(新增)、 显示/恢复桌面(新增)、定时关机(新增)、开机自启动(新增)、显示/隐藏宠物、 定制自我情话、暂停情话播放、两岸通--简繁字体互转、窃取星号密码、位图转 换为文本、文件隐藏到位图中、发送邮件、光驱管理、系统管理等等。-Practical features include: split and merge files, file encryption an
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1213440
    • 提供者:gcl
  1. crypto

    0下载:
  2. 1、DES加密示例程序,包含全部加密过程,可以实现单个文件加解密功能;2、椭圆曲线密码体制加密算法实现原理源码;3、RSA算法示例源码-1, DES encryption sample procedures, contains all the encryption process, you can achieve a single file encryption and decryption functions 2, Elliptic
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:
  1. rijndael_AES

    0下载:
  2. rijndael AES 比较经典的加解密算法,只需要调用相应的函数就能实现对数据流或文件进行加解密。-Comparison of classic rijndael AES encryption algorithm, is only required to call a function of the corresponding data flow will be able to achieve or file encryption a
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:22528
    • 提供者:KC Chen
  1. Encrypt

    0下载:
  2. 文件加密器,实现了文件的加解密,拥有图形界面,多线程设计,可以在加解密的同时显示进度。本人的课程设计-File encryption devices to realize the file encryption and decryption, with graphical interface, multi-threaded design, you can display the progress of encryption and de
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:申瑞珉
  1. AES_mimaxue

    0下载:
  2. 再来一个密码学课程设计 AES加解密算法 字符串 文件加密解密 功能更强大-Again a cryptography course design AES encryption and decryption algorithm is a string more powerful file encryption and decryption
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:97280
    • 提供者:lijun
  1. EncryptDectyptTool_Src

    1下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:1097728
    • 提供者:张希行
  1. encryption_on-the-fly

    0下载:
  2. 基于minifilter开发的文件透明加解密源码-It is a encryption program based minifilter struct.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-17
    • 文件大小:59392
    • 提供者:maomx
  1. CryptoAPI_For_Delphi

    0下载:
  2. CryptoAPI的Delphi头文件,补充Windows头文件的不足,让Delphi程序员可以使用Crypt组加解密函数-CryptoAPI' s Delphi header files to supplement the deficiencies in Windows header files, so that programmers can use the Crypt Group Delphi encryption and
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-17
    • 文件大小:270336
    • 提供者:wsld
  1. Caesar

    0下载:
  2. 用C++6.0写得一个加解密算法,非常简单,但是对于初学者来说,是一个很经典的算法问题,尤其是对文件读取操作很有益-Written using C++6.0 of a decryption algorithm, is very simple, but for beginners, is a classical algorithm, in particular the file read operation is very useful
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:RainFly
  1. Encrypt_And_Decrypt

    0下载:
  2. 基于异步长和密钥的文件加密解密,利用2进制方式读取文件,理论上可以加解密一切文件,但是具体应用要根据文件的不同而修改文件结束符-Based on asynchronous long file and key encryption and decryption. Reading zhe file by binary mode.In theory this software can used to encrypt and decrypt a
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:1624064
    • 提供者:朱晓骏
  1. encode

    0下载:
  2. 文件加解密,对应于HTML,JS,等纯文本文件的加密解密,算法较简单(File encryption and decryption, corresponding to HTML, JS, and other text files encryption and decryption, the algorithm is relatively simple)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:549888
    • 提供者:小鲫鱼
  1. 对称密码实验一

    0下载:
  2. 加解密,128bit,文件实现,分组密码加解密(Encryption and decryption)
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:wenka
  1. 加解密软件——顺风制作

    0下载:
  2. 加密解密一份文件,希望对大家有一个参考作用。(Encrypeting a filed with a key txt is the founction of this software, i wisi it can help you on writing software like this.)
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:408576
    • 提供者:苦力灬bit丶
  1. CABAL加解密工具

    0下载:
  2. PrimaSoftEncryptionUtility强大的enc文件加密解密工具可成功运用在惊天动地enc
  3. 所属分类:编译

    • 发布日期:2021-12-06
    • 文件大小:519327
    • 提供者:12344@163.com
« 1 2 34 5 6 7 8 9 10 ... 30 »

源码中国 www.ymcn.org