2008-09-13から1日間の記事一覧

トリプル DES

import java.security.spec.AlgorithmParameterSpec; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; /** トリプル DES 暗号化/複合化 */ public final …