<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: salt code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 27 Jul 2008 09:14:12 GMT</pubDate>
    <description>DZone Snippets: salt code</description>
    <item>
      <title>Random Characters with Ruby</title>
      <link>http://snippets.dzone.com/posts/show/4667</link>
      <description>Use for a password or salt or whatever...&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;(0..25).inject('') { |r, i| r &lt;&lt; rand(93) + 33 }&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 18 Oct 2007 03:24:39 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4667</guid>
      <author>timmorgan (Tim Morgan)</author>
    </item>
  </channel>
</rss>
