CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - c 加密

搜索资源列表

  1. sanpack_rsa_vs2003sln

    0下载:
  2. 看到RSA加密的C++类下载的人不少,我也下载了,并且稍微改动了一下,使它看上去更加易懂。在新年随手写了一套RSA文件加密,用win32dll封装使用了这个类,用C#写了文件加密和操作界面,可以实现密钥的保存和对任何文件的RSA加密操作。送给大家祝大家新年快乐。-see RSA encryption C downloaded to many people, I have downloaded and slightly altered a bit it looks more comprehensi
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:280074
    • 提供者:周刘兵
  1. jiami

    0下载:
  2. c#中的应用,对信息的加密解密。以保证网络中传输的安全
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:19261
    • 提供者:吴俊杰
  1. classcaldecode

    0下载:
  2. 古典加密的概要设计报告和源程序,使用C#,有完整的程序
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:150149
    • 提供者:张毓玺
  1. CArcExt_demo

    0下载:
  2. 加密、压缩-The Examples of Encrypt and Compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:88251
    • 提供者:站长
  1. asm-C-CPP-program

    0下载:
  2. 包括C语言哈夫曼树的实现;win32写的代码统计工具;汇编加密解密机masm程序;C++哈夫曼树的实现;汇编简单计算器;汇编编译工具-Including the realization of C language Huffman tree win32 statistical tools to write code assembly the encryption decryption machine masm process C++ Huffman tree realization com
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-03
    • 文件大小:5188323
    • 提供者:邢旭初
  1. CH2

    0下载:
  2. c#下压缩、解压缩,加密、解密例程,很有参考价值。-c# under the compression, decompression, encryption, decryption routine, a good reference.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:507311
    • 提供者:hkl
  1. Pack

    0下载:
  2. 对PE文件进行完整压缩的程序,使用aplib进行压缩,并且示范了输入表加密等常见功能,对PE文件进行分区段压缩,外壳部分使用C编写,解压的部分代码使用汇编-Complete compression of the PE file program, use the aplib compression, and encryption model input tables common features of the PE segment partition file compression, usin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:474400
    • 提供者:fytx
  1. des

    0下载:
  2. 本人多年前,用C语言实现的DES加密算法的源代码。-DES C-language.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:4480
    • 提供者:Hill
  1. mypack_b3

    1下载:
  2. C++源码编写加密壳程序,简单的实现程序抑或加密-C++ source shell program written encryption, encryption or the simple realization of program
  3. 所属分类:压缩解压

    • 发布日期:2013-01-07
    • 文件大小:20214
    • 提供者:Jack
  1. ARJCPP

    0下载:
  2. arj压缩软件加密解密C++源程序,欢迎使用-arj compression software encryption and decryption of C++ source code, Welcome
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:44312
    • 提供者:端午节
  1. huffman.tar

    0下载:
  2. C++ 实现huffman树,和哈夫曼编码,实现对外部文件加密等功能 -Achieve huffman tree, and Huffman coding, to achieve document encryption
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:15332
    • 提供者:nan
  1. RSADES

    0下载:
  2. DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明-   Void SetKey(const char* Key, int len)    {     Memset(deskey,0,16)     Memcpy(deskey,key,len>16?16:len)     SetSubKey(&SubKey[0],&deskey[0])     Is3DES = len
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:131314
    • 提供者:何旭
  1. jiami

    0下载:
  2. 使用C/C++将JPG图像转化成BMP图像并实现图像的加密-Use C/C++ the JPG and BMP images into encryption
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1849
    • 提供者:王飞
  1. rsa-master

    0下载:
  2. 纯净的RSA源代码,用于加密解密,c language-rsa source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1471624
    • 提供者:梁雨枫
  1. huffman

    0下载:
  2. 使用C++语言实现了huffman的编码和解码功能,对于霍夫曼树和加密解密有深入的了解(Using the C++ language to implement the coding and decoding functions of Huffman, we have a deep understanding of the Hoffman tree and encryption decryption)
  3. 所属分类:压缩解压

    • 发布日期:2018-04-30
    • 文件大小:445440
    • 提供者:Burylight
搜珍网 www.dssz.com