--- !ruby/object:Gem::Specification name: sixword version: !ruby/object:Gem::Version version: 0.3.0 prerelease: platform: ruby authors: - Andy Brody autorequire: bindir: bin cert_chain: [] date: 2014-07-10 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' - !ruby/object:Gem::Dependency name: rspec 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: - sixword extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE.txt - README.md - Rakefile - bin/sixword - lib/sixword.rb - lib/sixword/cli.rb - lib/sixword/hex.rb - lib/sixword/lib.rb - lib/sixword/version.rb - lib/sixword/words.rb - sixword.gemspec - spec/rspec_helper.rb - spec/sixword/hex_spec.rb - spec/sixword/lib_spec.rb - spec/sixword_spec.rb - spec/test_vectors.rb 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' segments: - 0 hash: -2360590348015650263 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -2360590348015650263 requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: Implementation of RFC 2289 compatible 6-word encoding test_files: - spec/rspec_helper.rb - spec/sixword/hex_spec.rb - spec/sixword/lib_spec.rb - spec/sixword_spec.rb - spec/test_vectors.rb