搜索资源列表

  1. project

    0下载:
  2. 完整可运行的DES3层加解密程序,是个妹妹写的毕业论文程序,完全自己写的,毕业生这下好了,网上是找不到的-Complete operational DES3 layer encryption and decryption procedures, is a sister of the thesis writing process, completely wrote it myself, graduates under this Well,
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:3791872
    • 提供者:zhengke
  1. RSA-Arithmetic-Code

    0下载:
  2. RSA算法的实现,包括密钥生成及加解密 RSA算法的实现,包括密钥生成及加解密-RSA algorithm, including key generation and RSA encryption algorithm, including key generation and encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:221184
    • 提供者:yuyingjie
  1. aes

    0下载:
  2. 用C语言实现的aes加解密算法。分组长度设定为128,密钥长度为128.-Using C language to achieve aes encryption algorithm. Packet length is set to 128, key length to 128.
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:jame
  1. AES

    0下载:
  2. 128、192、256位AES加解密算法-128,192,256-bit AES encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:杨颖
  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-15
    • 文件大小:22528
    • 提供者:KC Chen
  1. aaa

    0下载:
  2. 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -V
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:耿颖颖
  1. SingleKey

    0下载:
  2. 加密算法有 DES,DESede,Blowfish等,本例主要解释如何利用DES私钥加密算法加解密-Encryption algorithm DES, DESede, Blowfish and so on, in this case which explain how to use the private key encryption algorithm DES encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:fengli
  1. des

    0下载:
  2. 基于delphi的des加密函数源码,可以自行设定des加解密密码。-Based on the des encryption function delphi source, you can set the password encryption des.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:多多龙
  1. file_encrypt

    0下载:
  2. 简单的文件加解密程序。可以对整个文件夹进行加密和解密。-Simple file encryption and decryption process. Can be carried out on the whole folder encryption and decryption.
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:3464192
    • 提供者:林文
  1. RSA

    0下载:
  2. 对加密算法RSA的C++实现,RSA是非对称经典加解密算法-RSA encryption algorithm on the C++ to achieve
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:34816
    • 提供者:fox
  1. encode

    0下载:
  2. 用Java编写的线性密码加小解密工具,可以供学习Java和加解密的同志学习。-a encode/decode tool programmed in java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:13312
    • 提供者:witfox
  1. aes

    0下载:
  2. AES加解密算法C源代码及详细解释,可以直接用作教学课件.-AES encryption algorithm C source codes and their detailed explanation, can be directly used for teaching.
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:413696
    • 提供者:zhou
  1. des

    0下载:
  2. DES加解密算法C源代码及详细解释,可以直接用作教学课件.-DES encryption and decryption algorithm C source code and their detailed explanation, can be directly used for teaching.
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:452608
    • 提供者:zhou
  1. file_encryption

    0下载:
  2. AES分组加密算法做的文件加解密演示, 采用多线程流水线方式对文件进行 读->加密/解密->写 操作.-AES block cipher algorithm for encryption and decryption so the paper presentations, the use of multi-threaded pipelined read on paper-> encryption/decryption-
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:18432
    • 提供者:周可
  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-15
    • 文件大小:8192
    • 提供者:申瑞珉
  1. FileEncryDecry

    0下载:
  2. 文件加解密,vc++2005 运行测试,学习校例子-File encryption and decryption, vc++2005 running tests, study examples of schools
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:2725888
    • 提供者:李维
  1. AES_mimaxue_kechengsheji

    0下载:
  2. 密码学 AES算法课程设计 实现字符串以及文件加解密 界面很好 附有课程设计文档-Cryptography Course Design and Implementation of AES algorithm is a string and file encryption and decryption interface well with a course design document
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1987584
    • 提供者:lijun
  1. crypt-1.17

    0下载:
  2. crypt-1.17 libtom库 文件加解密库,内有test工程源码,对那些尚对加密解密领域有很大的帮助!-crypt-1.17 libtom library file encryption and decryption libraries, within the test project source code, for those still on the field of encryption and decryption o
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:11566080
    • 提供者:liupeng
  1. encryption_on-the-fly

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

    • 发布日期:2024-05-15
    • 文件大小: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-15
    • 文件大小:270336
    • 提供者:wsld
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org