otrtool aims to provide an open source tool to deal with otrkey-files from
onlinetvrecoder.com. At the moment it is able to decrypt them, in the
future a download manager and/or EPG could be added.

== PACKAGES ==

* Arch Linux
    AUR/otrtool http://aur.archlinux.org/packages.php?ID=41577
    AUR/otrtool-git http://aur.archlinux.org/packages.php?ID=40775

This projects needs package maintainers (=> you?)

== DEPENDENCIES ==

* libmcrypt             for blowfish
* libcurl / curl        for the server request

== BUILDING ==

1. make depend
    Needs X.Org's imake; You may skip this if you are sure you installed
    all the dependencies.

2. make

3. Copy the following files to the places they belong:
    ./otrtool           the main binary
    ./otrtool.1.gz      the gzip'ed manpage
    ./LICENSE           the (rights waiver) license

== LINKS ==

github repository:      http://github.com/pyropeter/otrtool
bugtracker:             http://github.com/pyropeter/otrtool/issues

lem's tk/perl GUI:      http://github.com/Lem/otrtool-gui

== CONTACT ==

E-Mail:                 com.googlemail@abi1789
IRC:                    PyroPeter at freenode

== REPORTING BUGS ==

For bug reports please run otrtool with the "-v"-option. Note that the output
contains personal data like your email/password, and/or hashes of them.

== VERSION NUMBERS ==

The version numbers follow the scheme major.minor.bugfixes.
This means that as long as /bugfixes/ increases the software gets more stable.
/Major/ is only incremented on great architectural changes.

== HISTORY ==

In April, 2010, eddy14 reverse-engineered the otrkey-file-format and OTRs
Client-Server-protocol. The blog post describing his work (german):
    http://41yd.de/blog/2010/04/18/otrkey-breaker/
He also wrote a proof-of-concept tool to decrypt OTRKEYs. I rewrote it in
proper C and without licensing issues.

== LICENSE ==

otrtool uses the CC0-license.
(This seems to place it into Public Domain in at least some countries,
*disclaimer* but I am far from being a lawyer */disclaimer*)

For the license text see the LICENSE file or
http://creativecommons.org/publicdomain/zero/1.0/legalcode
