--- !ruby/object:Gem::Specification name: sixword version: !ruby/object:Gem::Version version: 0.0.1 prerelease: platform: ruby authors: - Andy Brody autorequire: bindir: bin cert_chain: [] date: 2013-09-25 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: ! " Sixword implements the 6-word binary encoding created for S/Key (tm) and\n standardized by RFC 2289, RFC 1760, and RFC 1751. Binary data may be\n encoded using a dictionary of 2048 English words of 1-4 characters in\n \ length. Each block of 64 bits is encoded using 6 words, which includes 2\n parity bits. It is ideal for transmitting binary data such as cryptographic\n keys where humans must communicate or enter the values.\n\n See also: Bubble Babble, PGP Word List, Diceware, Base64, Base32\n" email: - abrody@abrody.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE.txt - README.md - Rakefile - lib/sixword.rb - lib/sixword/version.rb - lib/sixword/words.rb - sixword.gemspec homepage: https://github.com/ab/sixword licenses: - GPL-3 post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: Implementation of RFC 2289 compatible 6-word encoding test_files: [] has_rdoc: