<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dharry</author_name>
  <author_url>https://blog.hatena.ne.jp/dharry/</author_url>
  <blog_title>harry’s memorandum</blog_title>
  <blog_url>https://dharry.hatenablog.com/</blog_url>
  <categories>
    <anon>UNIX</anon>
    <anon>Windows</anon>
    <anon>shell</anon>
    <anon>vbs</anon>
  </categories>
  <description>とりあえず、base64をしたかったのですが、調べると色々な方法があるなぁ、と思ったので備忘録。 opensslコマンド 一番よく使う方法かな。 $ echo -n dharry | openssl enc -base64 ZGhhcnJ5 $ echo &quot;ZGhhcnJ5&quot; | openssl enc -d -base64; echo dharry base64コマンド Linuxだとこれかな。coreutilsは便利だけど他のUNIXだとなかったりするんだな。 $ echo -n dharry | base64 ZGhhcnJ5 $ echo -n &quot;ZGhhcnJ5&quot; | base64 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdharry.hatenablog.com%2Fentry%2F20120701%2F1341113739&quot; title=&quot;base64の備忘録 - harry’s memorandum&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>2012-07-01 12:35:39</published>
  <title>base64の備忘録</title>
  <type>rich</type>
  <url>https://dharry.hatenablog.com/entry/20120701/1341113739</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
