--- !ruby/object:Gem::Specification name: sixword version: !ruby/object:Gem::Version version: 0.3.1 platform: ruby authors: - Andy Brody autorequire: bindir: bin cert_chain: [] date: 2015-03-21 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: |2 Sixword implements the 6-word binary encoding created for S/Key (tm) and standardized by RFC 2289, RFC 1760, and RFC 1751. Binary data may be encoded using a dictionary of 2048 English words of 1-4 characters in length. Each block of 64 bits is encoded using 6 words, which includes 2 parity bits. It is ideal for transmitting binary data such as cryptographic keys where humans must communicate or enter the values. See also: Bubble Babble, PGP Word List, Diceware, Base64, Base32 email: - abrody@abrody.com executables: - sixword extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - 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 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 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