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

搜索资源列表

  1. base64

    0下载:
  2. 实现base64编解码,这种格式转化在硬件中使用-decode and encode with base64,this passage is usfull to the hardware
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:971
    • 提供者:王刚
  1. base64

    0下载:
  2. Base64简单加密类,非常简单,直接调用,直接调用即可-Simple Base64 encryption class is very simple, direct calls, direct calls to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1654
    • 提供者:neo
  1. Base64

    0下载:
  2. Base64加密的源代码演示程序,用于加密你的文档或数据-Base64 encrypted source code demo program, used to encrypt your documents or data
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4770
    • 提供者:wang
  1. base64

    0下载:
  2. base64编码加密与解密源代码,类库,直接调用Base64Encoder和Base64Decoder函数实现。-base64 encoding encryption and decryption source code, class libraries, the direct to call Base64Encoder and Base64Decoder function to achieve.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:1568
    • 提供者:徐军
  1. Base64

    0下载:
  2. Base64加密解密(源码+演示) Base64 encryption decryption (source code + demo)-Base64 encryption decryption (source code+ demo)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-10
    • 文件大小:3440
    • 提供者:aopo
  1. Base64

    0下载:
  2. BASE64加密 有详细的源代码说明内容,请指正-BASE64 CODE
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:3134
    • 提供者:userhxy1
  1. Base64

    0下载:
  2. Base64解码过程,用到了GUI界面,同时解码适合于把已经编码过的文件解码成图片-Base64 decoding process, use the GUI interface simultaneously decode decode the encoded file into a picture suitable for
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:18628
    • 提供者:HJ
  1. base64.java

    0下载:
  2. base64 encoding , handy code for encoding string to base 64
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:959
    • 提供者:sreeni
  1. base64

    0下载:
  2. 自己编写的将字符串base64加密解密,测试通过,linux可以编译成功,方便移植-I have written a string base64 encryption and decryption, the test passes, linux can be compiled successfully facilitate transplantation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:1088
    • 提供者:辉煌
  1. Base64

    0下载:
  2. Base64编码转换类,提供双向转换方法。-Base64 convert code
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:4446
    • 提供者:baoshengyin
  1. Base64

    0下载:
  2. Base64加密算法 现在比较经典,到处能用到-The Base64 encryption algorithm is more classic, everywhere can be used to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-10
    • 文件大小:1592
    • 提供者:liuwei
  1. VC-base64-encryption-and-decryption

    0下载:
  2. VC base64 加密和解密 VC base64 encryption and decryption-VC base64 encryption and decryption VC base64 encryption and decryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:1883554
    • 提供者:小宇
  1. BASE64

    0下载:
  2. BASE64解码 VBS源代码 Function fDecode(sStringToDecode) Const CharList = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" Dim iDataLength, sOutputString, iGroupInitialCharacter sStringToDecode = Replace(Replace(Replace(sSt
  3. 所属分类:CA program

    • 发布日期:2017-11-04
    • 文件大小:941
    • 提供者:aa
  1. Base64

    0下载:
  2. 根据base64原理,实现加密、解密,VC++实现,可以对迅雷url解析,从而得知迅雷的下载文件-Under the base64 principle, to achieve encryption, decryption, VC++ achieve Thunder url parsing, information on Thunder download
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-21
    • 文件大小:204680
    • 提供者:刘小生
  1. base64

    0下载:
  2. 提供base64编解码源代码,base64_encode, decode-Base64 codec source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-15
    • 文件大小:1821
    • 提供者:李俊刚
  1. Base64

    0下载:
  2. 经过测试的,J2ME用的base64编码工具类。-The Base64 class for j2ME
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-03-07
    • 文件大小:1174
    • 提供者:Johnny
  1. BASE64.rar

    0下载:
  2. VC++ 下的 BASE64 编解码,传入字符串及长度,传出结果字符串.,The BASE64 codec under VC++ incoming string and length, the the outgoing result string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:1082
    • 提供者:陈中军
  1. Base64

    0下载:
  2. 自己写的第二个手机小程序:Base64字符编码/解码器,输入数字或英文字符就可以转换成Base64编码的字符,不过目前还不支持汉字字符的编码/解码。内含软件源代码。-Write your own phone applet: the Base64 character encoding/decoding, enter the number or English characters can be converted into a Base64 encoded characters, but is n
  3. 所属分类:J2ME

    • 发布日期:2017-11-20
    • 文件大小:5040
    • 提供者:yizhi
  1. Base64

    0下载:
  2. base64 加密解密ios代码,已测试-base64 encryption and decryption ios code, have been tested
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-16
    • 文件大小:45076
    • 提供者:EricTang
  1. Base64

    0下载:
  2. Base64编解码源程序 编译时要将头文件单独拿出来-Base64 encode and decode
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1375
    • 提供者:zhangjie
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com