brodygov / paperback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paperback

Gem Version Build status Code Climate Inline Docs

Paperback is a library that facilitates the creation of paper offline backups of small amounts of important data, such as encryption keys.

It is designed to be used for long-term paper storage. Arbitrary data to be backed up is encoded using QR codes and sixword English text.

By default, the backup data is GPG-encrypted with a symmetric passphrase to avoid exposing data to the printer (or scanner, assuming you cover the passphrase when scanning).

Usage

Typical usage will be through the paperback executable.

# Back up the content in data.key
paperback data.key out.pdf

More complex patterns

See the YARD documentation.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

License:GNU General Public License v3.0


Languages

Language:Ruby 100.0%