CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C base64 algorithm

搜索资源列表

  1. CyoEncode

    0下载:
  2. base16、base32、base64编码的Encode、Decode算法实现。支持各个C++编译平台。-base16, base32, base64 encoding Encode, Decode algorithm. C compiler supports various platforms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.03kb
    • 提供者:许式伟
  1. base64decoder

    0下载:
  2. Base64 decoder for Visual C++, 所谓的Base64 , 是密码学中的一门算法 , 在计算机界来说 , 常常运用在EMAIL传送之上-Base64 decoder for Visual C, the so-called Base64. Cryptography is the one algorithm, in the computer industry, for example, is often used in transmission above EMAIL
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:35.83kb
    • 提供者:陈志文
  1. EncryptDLL

    3下载:
  2. 一个自己写的加密/解密DLL文件,包含(Base64, BlowFish, AES, RSA,DES3,GOST)等算法以及用delphi 和 C++Builder 调用的例子源码和调用说明文件。-himself wrote an encryption / decryption DLL files, including (Base64, BlowFish. AES, RSA, DES3. GOST) algorithm and using delphi called Builder and C
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:898.49kb
    • 提供者:Arnold
  1. c++base64

    0下载:
  2. c++语言实现的base加密算法,共同学习-c language of the base encryption algorithm, learning together
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.74kb
    • 提供者:ly
  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:61.05kb
    • 提供者:
  1. Crypt_Decrypt_C.rar

    0下载:
  2. 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。,Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the RC4, AES, DES, 3DES RSA SHA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.16mb
    • 提供者:王同
  1. base64

    2下载:
  2. 原创,C语言实现Base64编码/解码的标准算法程序。-Original C language standard Base64 encoding/decoding algorithm standard procedures.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:5.54kb
    • 提供者:沉沦
  1. hmac_sha

    0下载:
  2. 实现HMAC-SHA1签名再Base64转码: (1)HMACSHA1.c:实现HMAC-SHA1签名算法 (2)base64.c:base64编码算法。-HMAC-SHA1 signatures to achieve further Base64 transcoder: (1) HMACSHA1.c: HMAC-SHA1 signature algorithm to achieve (2) base64.c: base64 encoding algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:21.22kb
    • 提供者:kadin
  1. base64

    0下载:
  2. iPhone端使用Objective-C编写的一个BASE64算法的实现。-iPhone client written in Objective-C using a BASE64 algorithm.
  3. 所属分类:iPhone

    • 发布日期:2017-03-29
    • 文件大小:2.14kb
    • 提供者:Paul.Liu
  1. char_base64

    0下载:
  2. 此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用-this procedure is Base64 algorithm, its implementation is fully spent char* data types, package cleaner, Easy
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:19.81kb
    • 提供者:llg
  1. base64

    0下载:
  2. Base64算法C++实现 Base64算法C++实现-Base64 algorithm C++ Achieve Base64 algorithm C++ Achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:51.85kb
    • 提供者:guo
  1. CdesEnctoDelphiDesDec

    0下载:
  2. 本实例解决从C#中导出文件,经标准DES算法加密后再经Base64编码,对该文件通过delphi7进行Base64解码和Des算法解密后还原-To solve this example from the C# In the export file, with the standard DES encryption algorithm and then by the Base64 encoding, the document through the Delphi7 for Base64 decod
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:186.32kb
    • 提供者:shaoxing
  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:53.03kb
    • 提供者:whoamixp
  1. QQLoginBat

    0下载:
  2. 这是一个QQ/TM登录器(其中包含MD5的类封闭及Base64的编码转换). 本程序是用BCB2007制作的. 程序基本用法: (1)运行程序,首先会要求输入密码,如果是首次运行,可以输入一个新密码或直接回车即可. (2)进入后,可以看到已保存的QQ号,可以同时登录一个或多个号码. (3)点击ADD可以添加QQ号码 添加时可以直接输入命令行,也可先按PWDHASH生成命令行,再复制过去(点击上面的Command Line标签). 声明: 程序中的MD5算法和BASE
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:258.76kb
    • 提供者:richardw
  1. base64

    0下载:
  2. Base64算法的C语言实现,思路清晰,代码简洁,简单易懂。-Base64 algorithm C language, clear, code is simple and easy to understand.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1.47kb
    • 提供者:王子捷
  1. Base64

    0下载:
  2. C#实现的Base64算法,可对任意文件实现加解密-C# implementation of Base64 algorithm can achieve any file encryption and decryption
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:zach
  1. CPP-base64

    0下载:
  2. c++下面一个base64的算法实现,提供一个使用例子。-c++ following a base64 algorithm implementation, providing a use case.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:77.63kb
    • 提供者:
  1. Base64

    0下载:
  2. C实现的base64加密算法,经测可用,可以用来加密数据,在linux下可用!-Base64 encryption algorithm implemented in C, measured by available and can be used to encrypt data, can be used in linux!
  3. 所属分类:CA program

    • 发布日期:2017-04-15
    • 文件大小:4.91kb
    • 提供者:Harlen
  1. Base64

    1下载:
  2. Base64 算法,加密解密。可自定义Key,可用于STM32 STM8小型嵌入式设备中(Base64 algorithm, encryption and decryption. Key can be customized, STM32 STM8 can be used in small embedded devices)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-21
    • 文件大小:3kb
    • 提供者:rayrola
  1. 加密算法

    1下载:
  2. c++ 加密算法合集,包括(rsa md5 base64....)(C++ encryption algorithm collection, including (RSA MD5 Base64...))
  3. 所属分类:加密解密

    • 发布日期:2017-12-30
    • 文件大小:375kb
    • 提供者:XZY123
« 12 »
搜珍网 www.dssz.com