パッケージ junkutil.crypt

クラスの概要
BASE64  
BASE64.InputStream A BASE64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from BASE64 notation on the fly.
BASE64.OutputStream A BASE64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from BASE64 notation on the fly.
DES 共通鍵暗号/復号アルゴリズム。
MD5 MD5等のチェックサムを取得するクラス。