Skip to content

Instantly share code, notes, and snippets.

View ogis-ito's full-sized avatar

ITO Yoshiichi ogis-ito

  • OGIS-RI
  • Tokyo, Japan
View GitHub Profile
@ogis-ito
ogis-ito / EncryptUtils.java
Created May 26, 2014 11:29
EncryptUtils.java
package sandbox;
import java.io.ByteArrayOutputStream;
import java.nio.charset.Charset;
import javax.crypto.Cipher;
import javax.crypto.spec.SecretKeySpec;
public class EncryptUtils {