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

搜索资源列表

  1. ExampleAsmCode

    0下载:
  2. Base64 demonstrates how easy it is to decipher plaintext usernames and passwords. Never login to a public network resource unless some type of encryption is being used, secure socket layer is one example. Most FTP sites also use plaintext passw
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:597.49kb
    • 提供者:gogo
  1. common-1.2.16.tar

    0下载:
  2. The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The fol
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:241.37kb
    • 提供者:宫圣喜
  1. encrypt_lib

    0下载:
  2. 几百种加密算法库,包括rsa,base64等等。-Hundreds of encryption algorithms library
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:676.42kb
    • 提供者:王斌
  1. mtom_xop

    0下载:
  2. 通过gsoap实现高效MTOM协议的数据传输,适合linux操作系统(包括嵌入式linux)下通过MTOM协议实现XML数据包及二进制数据同时传输的应用场景,比普通soap+base64方式发送数据更加高效。 调试mtom经验: 这次调试的一点经验供参考: 1)可以根据附件的yoyo.h文件生成代码,参考以下命令: soapcpp2 -L -C -I/home/dongruijie/workspace/gsoap-2.8/gsoap/import yoyo.h 2
  3. 所属分类:Linux Network

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

    0下载:
  2. public static String encode(byte[] binaryData) { if (binaryData == null) { return null; } int lengthDataBits = binaryData.length * EIGHTBIT; if (lengthDataBits == 0) { return "&qu
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:少郎
搜珍网 www.dssz.com