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

搜索资源列表

  1. EncryptTool

    0下载:
  2. java加密工具类,包含base64,md5, sha等单向加密和双向加密的类。使用myeclipse 8.6开发。-ava encryption tool category, and contains the base64-md5, sha, etc. one-way encryption and two-way encryption class. Use 8.6 development Myeclipse.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:237421
    • 提供者:kongjp
  1. javaencode

    0下载:
  2. Java加密技术 pdf版,内容介绍BASE64、MD5、SHA、HMAC几种方法,主要描述Java已经实现的一些加密解密算法,最后介绍数字证书。-Java encryption technology PDF version, introduction BASE64, MD5, SHA, HMAC several methods, describes some of the Java has achieved encrypt, decrypt algorithm, and finally in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:611106
    • 提供者:spacebroke
  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. 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. 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. RandDataGen

    0下载:
  2. 1. 乱数产生(产生的位元组可转换成各种格式) 2. 编码转换(位元组或字符串转成Base64,Java/C#宣告格式等)-1. random number generator (bytes generated can be converted into a variety of formats) 2. encode/decode (string or bytes convert into Base64, Java/C# declaration format, etc.)
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:281394
    • 提供者:Robin Li
  1. 28javalibs

    0下载:
  2. 收集了28个Java开发常用的工具类库源码,比如Base64.java加密解密、FileHelper.java文件帮助类、FileUploadUtil.java文件上传类、MD5Encrypt.java MD5加密类、MyFileFilter.java文件滤镜类、DateHandler.java类、Counter.java功能计数类等,另外还有CConst.java、Escape.java、SimpleConfig.java、StringHelper.java、CharTools.java等。C
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:64438
    • 提供者:epudn11
  1. uri_codec

    0下载:
  2. Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他应用程序中,也常常需要把二进制数据编码为适合放在URL(包括隐藏表单域)中的形式。此
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:
  1. tools

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

    • 发布日期:2017-04-15
    • 文件大小:8540
    • 提供者:mhm
  1. commons-codec-1.9-src.tar

    0下载:
  2. apache codec.shiyong bianjiema,jarbao-Codec was formed as an attempt to focus development effort on one definitive implementation of the Base64 encoder. At the time of Codec s proposal, there were approximately 34 different Java classes that dealt wi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:301594
    • 提供者:jiuyue
  1. testStreamToBase64

    0下载:
  2. 实现二进制流转换为base64, 在java文件和js文件中可以进行互转-Achieve binary stream is converted to base64, the java files and js file system conversion can be carried out
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:32514
    • 提供者:xiangzi
  1. pkcs

    0下载:
  2. pfx格式或者p121格式文件的解析器, PfxTest文件 使用一个BASE64编码的P12文件字节数组,默认密码123456,CERT为三级证书,使用BC库作为JCE实现-pfx test java code , decrypt a p12 format file (such as .pfx,.p12 file) the pfxtest use a sampled p12 file which is base64 encoded, the pfx password is 1234
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:29996
    • 提供者:阿林
  1. j2meBasicUtils

    0下载:
  2. Basic j2me utils with: FileConnector.java - read, write files, get the listRoot, etc... Conversion.java - encodeURL, base64 encode and get HTMLHex of int. DateOperations.java - Date Manager. GaugeProcess.java - for Gauge process. Phone.java
  3. 所属分类:J2ME

    • 发布日期:2017-04-15
    • 文件大小:8539
    • 提供者:Rhay
  1. Base64Coder

    0下载:
  2. base64算法用Java实现, base64算法用Java实现-this is base64 for Java,this is base64 for Java,this is base64 for Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:572
    • 提供者:雨辰
  1. Base64Helper

    0下载:
  2. Base64Helper 是base64加密解密的java实现,可以直接运行。-Base64Helper for java
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:1075
    • 提供者:kendel
  1. wancheng

    0下载:
  2. Java实现用RSA算法对图像加密(通过base64类转换图片)-using the RSA algorithm for image encryption (through base64 conversion picture)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:109046
    • 提供者:刘丹丹
  1. LDDRSA

    0下载:
  2. Java实现RSA算法对图像加密(通过base64类将图像转换成可加密的字符串)-Java realize RSA algorithm for image encryption (via base64 class image converted into an encrypted string)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:10615
    • 提供者:刘丹丹
  1. ecb_Encryp

    0下载:
  2. c语言实现aes ecb模式加密,可以和java,c#,obj-c互相 加,解密。包含base64编码,urlEncode编码 注意,该算法里面的密文是转换成16进制的字串,如果不要16进制,可自行转换,内的函数。 vc6,vs2008,可编译。-AES ECB mode
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:402279
    • 提供者:zhong
  1. ecc_java_implement

    0下载:
  2. ecc算法java实现,用JAVA实现算法加密和解密,密文有base64编码或16位字符串格式2种。-An implementation of Elliptic Curve Cryptography
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:12111
    • 提供者:cky
  1. satjni

    2下载:
  2. SatJni是C++编写的动态链接库,实现了C#,PB,Delphi,VB,VC等对Java的调用,能让你很容易地调用成熟的java类库和第三方java组件。不用再为移值java代码而烦恼。 示例中演示了PB调用webservice服务(无需代理对象)得到电话号码和天气信息、Base64和MD5等。(SatJni is a dynamic link library written by C++. It implements C#, PB, Delphi, VB, VC and other Jav
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:4807680
    • 提供者:www8388
« 1 2 3 4»
搜珍网 www.dssz.com