搜索资源列表
java base64的加密算法
- java base64的加密算法
ThreeDes
- *北京联通全网有关网上订购和点播接口URL加密算法 * *采用3DES加密, ECB模式/使用PKCS7方式填充不足位, *目前给的密钥是192位(24个字节)经过BASE64编码后的可见字符串-* Beijing Unicom, the whole network of the online ordering and on-demand interface URL encryption algorithm** using 3DES encryption, ECB mode/
base64
- base64加密,解密以及所有讲解-base64
Base64Security
- 一个用来加密的算法源文件-Base64,很好,很精简,很实用!-a little programe be used to encode
SecurityUtil
- java加密算法工具类,集成了常用加密算法,包括MD5、SHA、DES、HMAC、Base64等-the java encryption algorithm tools, integration of commonly used encryption algorithms, including MD5, SHA, DES, HMAC, Base64
SHA1
- 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.
org.tool
- 打包了BASE64转码、AES与RSA的加密与解密,方便大家调用。-Packaged BASE64 transcoding, AES and RSA encryption and decryption, to facilitate call.
hc-v4.tar
- 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
Java
- java的一些加密代码(BASE64,MD5,SHA,HMAC,DES等)-Some encryption code java
js
- js的加密算法,包括base64加密算法,md5加密算法和sha1加密算法-Js encryption algorithm
Base64.java
- Base64.java加密解密类文件,Java使用Base64算法对字符串或文件进行加密的一个类实例,不包括例子,你可以看下这个类,需要的话自己用得上,是从国外网站下载的。-Base64.java encryption and decryption class files, Java algorithm using Base64 string or an instance of a class file encryption, excluding example, you can look th
64
- 加密解密类文件,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
tools
- java加密工具类,des,md5,base64-java encryption tools, des, md5, base64
BASE64
- base64 算法对数据进行加密和解密,采用的是Java的库-base64 algorithm for data encryption and decryption, uses a Java library
Encrypt
- 字符串不同加密方式工具类 如MD5 BASE64加密 解密等- Different string encryption tools such as MD5 BASE64 encryption and decryption
Base64Util
- 加密方式base64的工具类,提供加密的解密两种方式-Base64 encryption tool class, providing encryption decryption two ways
ecc_java_implement
- ecc算法java实现,用JAVA实现算法加密和解密,密文有base64编码或16位字符串格式2种。-An implementation of Elliptic Curve Cryptography
Base64
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。再次运用java语言实现加密/解密、base64与图片互相转化。(Base64 is one of the most common coding methods used to transmit 8Bit byte code on the network. We can check RFC2045 ~
httpServer2017080301
- http服务器,勇于接受http请求并解密,http用base64加密了信息(HTTP server, the courage to accept HTTP request and decrypt, HTTP encrypted with Base64 information)