<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ichikaway</author_name>
  <author_url>https://blog.hatena.ne.jp/ichikaway/</author_url>
  <blog_title>サラリーマンから起業するリアル</blog_title>
  <blog_url>https://ichikaway.hatenadiary.org/</blog_url>
  <categories>
    <anon>linux</anon>
    <anon>サーバ</anon>
  </categories>
  <description>DBのダンプデータを別サーバに転送したり、テープなどの他メディアに書き出す場合にファイルの暗号化をしたかったので調べたらopensslコマンドでできるみたい。 暗号化する対象のファイルを作成 $ vi hoge.txt aaaaaaaa ggggggggggg 暗号化するパスワードの文字列をpasswd.txtファイルに記載 $ vi passwd.txt hogehoge 暗号化 $ openssl enc -e -aes256 -in hoge.txt -out hoge.txt.cipher -pass file:./passwd.txt 暗号化ファイルの中身を確認 $ cat hoge…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fichikaway.hatenadiary.org%2Fentry%2F20090218%2F1234955355&quot; title=&quot; Linuxでファイルを暗号化 - サラリーマンから起業するリアル&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>2009-02-18 20:09:15</published>
  <title> Linuxでファイルを暗号化</title>
  <type>rich</type>
  <url>https://ichikaway.hatenadiary.org/entry/20090218/1234955355</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
