<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kagasu</author_name>
  <author_url>https://blog.hatena.ne.jp/kagasu/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://kagasu.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>public byte[] AesEncrypt(String str) throws Exception { // IV無し // ブロック暗号モード： ECB // パディング： PKCS7 Cipher cipher = Cipher.getInstance(&quot;AES&quot;); cipher.init(Cipher.ENCRYPT_MODE, &quot;0123456789ABCDEF&quot;); // Keyは16文字(32bit) return cipher.doFinal(str.getBytes()); } public static String EncryptAES (String str) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkagasu.hatenablog.com%2Fentry%2F20160606%2F1465225692&quot; title=&quot;JavaでAES - 備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-06-06 00:08:12</published>
  <title>JavaでAES</title>
  <type>rich</type>
  <url>https://kagasu.hatenablog.com/entry/20160606/1465225692</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
