<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hironei</author_name>
  <author_url>https://blog.hatena.ne.jp/hironei/</author_url>
  <blog_title>hironei's diary</blog_title>
  <blog_url>https://hironei.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>pythonでGUIを書いていて、パスワードを生値で保存したくないなぁって思ったので、AESとかで仰々しいものを作った。 作ってからもっとお手軽でいいかなと思い直して調べた結果を残しておく _data = &quot;TestData123456&quot; import codecs enc = codecs.encode(_data, &quot;rot_13&quot;) print(enc) print(codecs.decode(enc, &quot;rot_13&quot;)) 要件を満たさないんで結局書きなおした。。。 import base64 import hashlib from Crypto import Random from …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhironei.hatenablog.com%2Fentry%2F2015%2F07%2F21%2F164627&quot; title=&quot;お手軽暗号化 - hironei&amp;#39;s diary&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>2015-07-21 16:46:27</published>
  <title>お手軽暗号化</title>
  <type>rich</type>
  <url>https://hironei.hatenablog.com/entry/2015/07/21/164627</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
