<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yoshifumi1975</author_name>
  <author_url>https://blog.hatena.ne.jp/yoshifumi1975/</author_url>
  <blog_title>yoshifumi1975's diary</blog_title>
  <blog_url>https://yoshifumi.hateblo.jp/</blog_url>
  <categories>
    <anon>C</anon>
    <anon>Linux</anon>
  </categories>
  <description>openssl付属のライブラリを使ったサンプル。そのままだとバイナリのMD5が取れるので16進に変換するサンプル。 //注意 コンパイル時に -lssl を付けること。 #include &lt;openssl/md5.h&gt; void to_hex( unsigned char *md, int length, unsigned char *md_hex ) { static char tbl[ 16 ] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }; int j=0; for…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyoshifumi.hateblo.jp%2Fentry%2F20070504%2F1178302713&quot; title=&quot; MD5を生成するサンプル - yoshifumi1975&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>2007-05-04 03:18:33</published>
  <title> MD5を生成するサンプル</title>
  <type>rich</type>
  <url>https://yoshifumi.hateblo.jp/entry/20070504/1178302713</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
