forked from otrtool/otrtool
-
Couldn't load subscription status.
- Fork 0
FOSS tool to decode .otrkey files (onlinetvrecorder.com)
License
Couldn't load subscription status.
noethig/otrtool
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
== DEPENDENCIES ==
* libmcrypt for blowfish
* libcurl / curl for the server request
== BUILDING ==
* execute `make`
* 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
* `make install` will install the binary and the manpage under /usr/local
== LINKS ==
project homepage: http://otrtool.github.io/otrtool/
github repository: http://github.com/otrtool/otrtool
bug tracker: http://github.com/otrtool/otrtool/issues
lem's tk/perl GUI: http://github.com/Lem/otrtool-gui
== CONTACT ==
E-Mail: eshrdlu/AT/yandex/DOT/com (de, en)
== 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):
original URL (dead link):
http://41yd.de/blog/2010/04/18/otrkey-breaker/
mirror:
http://pyropeter.eu/41yd.de/blog/2010/04/18/otrkey-breaker/
He also wrote a proof-of-concept tool to decrypt OTRKEYs. PyroPeter rewrote
it in C and without licensing issues.
== LICENSE ==
otrtool uses the CC0 license.
For the license text see the LICENSE file or
http://creativecommons.org/publicdomain/zero/1.0/legalcode
About
FOSS tool to decode .otrkey files (onlinetvrecorder.com)
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 96.0%
- Makefile 4.0%