panxw / android-crypt-helper

Java tool of AES, RSA, DESede, Base64, Hex and so on.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaAlgorithmHelper

1.说明

Test.java:总测试程序。
AESHelper.java:AES加解密工具。
DESedeHelper.java:3DES加解密工具。
RSAHelper.java:RSA加解密工具。
SignatureHelper.java:MD5, SHA-1签名工具。
Base64.java及Hex.java:字符串与字节码转换工具。

2.相关问题

Base64如报错,请用security中的jar文件换掉JRE/lib/security中的jar包。    

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Java tool of AES, RSA, DESede, Base64, Hex and so on.


Languages

Language:JavaScript 49.4%Language:Java 48.8%Language:HTML 1.8%