<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Generate Short Unique YouTube-Like IDs (Hashes) from Integers</dc:title>
  <dc:title>R package hashids version 0.9.0</dc:title>
  <dc:description>An R port of the hashids library.  hashids generates YouTube-like hashes from integers or vector of integers.  Hashes generated from integers are relatively short, unique and non-seqential.  hashids can be used to generate unique ids for URLs and hide database row numbers from the user.  By default hashids will avoid generating common English cursewords by preventing certain letters being next to each other.  hashids are not one-way: it is easy to encode an integer to a hashid and decode a hashid back into an integer.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.2.2)</dc:relation>
  <dc:relation>Suggests: testthat</dc:relation>
  <dc:creator>Alex Shum &lt;Alex@ALShum.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Alex Shum [aut, cre],
  Ivan Akimov [aut] (original author of hashids -- implemented in
    javascript),
  David Aurelio [ctb] (implemented hashids in python 2 and 3)</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=hashids/LICENSE)</dc:rights>
  <dc:date>2015-09-11</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=hashids</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.hashids</dc:identifier>
</oai_dc:dc>
