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

搜索资源列表

  1. Base64ConvertTools

    0下载:
  2. Base64 Convert Tools, allow user convert normal string to base64 string
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:46859
    • 提供者:yuxuanji
  1. commons-codec-1.4-sources

    0下载:
  2. The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.-
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:81359
    • 提供者:const
  1. Base64_byte[]

    0下载:
  2. Base64与byte[]相互转换,并且去除当中的换行符,减少base64字符串的长度-Base64 and byte [] conversion, and line breaks were removed, reducing the length of base64 strings
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:517
    • 提供者:leidian
  1. Core

    0下载:
  2. MD5/Base64 的 js 实现 .-MD5/Base64 for JS .
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:12128
    • 提供者:caihaihua
  1. bmpdecoder

    0下载:
  2. 将bmp图片进行base64编码、解码的java代码,另外里面的实现采用了多线程技术,可以同时学习java的线程编程基础知识。-Bmp picture to base64 encoding and decoding of java code, while the realization of which uses multi-threading technology, can learn the basics of java programming threads.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2117461
    • 提供者:sixcity
  1. Base64

    0下载:
  2. * This program is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation either version 2, or (at your option) * any later version.-this is a
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:9507
    • 提供者:黄典垒
  1. EncodeUtils

    0下载:
  2. 实现了各种编码方式的转码和解码,例如Xml 转码,Xml 解码,Base64编码Base64解码等 -Achieve a variety of encoding, transcoding and decoding, such as Xml transfer code, Xml decoding, Base64 encoding Base64 decoding
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1007
    • 提供者:
  1. SecurityUtil

    0下载:
  2. java加密算法工具类,集成了常用加密算法,包括MD5、SHA、DES、HMAC、Base64等-the java encryption algorithm tools, integration of commonly used encryption algorithms, including MD5, SHA, DES, HMAC, Base64
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:3473
    • 提供者:黄仕强
  1. java_remote_TAR

    0下载:
  2. 从一台主机上将文件远程传送到服务器主机上,服务器上将文件存档或打包(TAR),源TAR包不支持中文文件名,经过BASE64进行转码-Remote transmission from one host will file to the server on the host server will file archive or packaged (TAR) source TAR package does not support Chinese file name, after BASE64 tra
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:328593
    • 提供者:luochenye
  1. SHA1

    0下载:
  2. SHA1加密算法,返回的是二进制的字符串;如果要直接返回字节,可以用最后一个方法调用,然后在用base64转换为字符串。 注意:要把.txt后缀改为.java后缀-SHA1 encryption algorithm, returning is binary string, If you want to directly back to byte, can use the last method calls, then in base64 conversion to a string.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:2205
    • 提供者:胡斐
  1. org.tool

    0下载:
  2. 打包了BASE64转码、AES与RSA的加密与解密,方便大家调用。-Packaged BASE64 transcoding, AES and RSA encryption and decryption, to facilitate call.
  3. 所属分类:Applet

    • 发布日期:2017-11-26
    • 文件大小:34208
    • 提供者:马文军
  1. utilTool

    0下载:
  2. 字符串进行BASE64编码的使用类,字符串进行BASE64编码的使用类-String Base64 encode
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:715
    • 提供者:hhh
  1. hc-v4.tar

    0下载:
  2. httpclient登录新浪微博(非SDK方式)最近新浪微博更新了sso登录方式,加密算法变成了rsa,获取nonce和servertime,pubkey,这里涉及到rsa加密,通常用java进行rsa加密一般都是从文件读取公钥信息或者是base64编码的公钥信息转换成key,然后进行加密... -httpclient Login Sina Weibo (non-SDK way) Sina Weibo recently updated sso login, encryption algori
  3. 所属分类:Java Develop

    • 发布日期:2017-11-02
    • 文件大小:2066832
    • 提供者:zhangts
  1. image

    0下载:
  2. 将图片文件转化为字节数组字符串,并对其进行Base64编码处理 -The image file into a byte array string and its Base64 encoding process
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:811
    • 提供者:710529465
  1. BCodec

    0下载:
  2. Identical to the Base64 encoding defined by <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and allows a character set to be specified.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:1504
    • 提供者:biejinri
  1. Java

    0下载:
  2. java的一些加密代码(BASE64,MD5,SHA,HMAC,DES等)-Some encryption code java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:458279
    • 提供者:无名
  1. js

    1下载:
  2. js的加密算法,包括base64加密算法,md5加密算法和sha1加密算法-Js encryption algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-04-24
    • 文件大小:11521
    • 提供者:李世超
  1. Base64

    0下载:
  2. 本程序是自由软件;你可以重新分配和/或修改 的GNU通用公共许可证的条款下发布的自由软件基金会-This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License,
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:9631
    • 提供者:jjj
  1. 64

    0下载:
  2. 加密解密类文件,Java使用Base64算法对字符串或文件进行加密的一个类实例,不包括例子,你可以看下这个类,需要的话自己用得上-Class file encryption and decryption, Java Base64 algorithm using string or an instance of a class file encryption, excluding example, you can look this class, if necessary, their own l
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9994
    • 提供者:lianwu
  1. tools

    0下载:
  2. java加密工具类,des,md5,base64-java encryption tools, des, md5, base64
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:8540
    • 提供者:mhm
« 1 2 34 »
搜珍网 www.dssz.com