devo

package module
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2016 License: MIT Imports: 7 Imported by: 1

README

Build Status Coverage Report Card GoDoc

DeVo

Overview

DeVo decrypts TiVo files. It supports both mpeg-ps and mpeg-ts input formats. Decrypting requires the correct media access key (MAK) from the source TiVo device. DeVo is intended for personal/educational use only. Decrypted files must NOT be distributed. Piracy is not condoned!

Usage

devo -m [MAK] -i [INPUT] -o [OUTPUT]

If the output file is garbled, double-check the provided access key. DeVo makes no attempt to detect bogus access keys.

Downloads

Binary packages are availble for download here.

Library

DeVo is implemented in pure Go and can be used as a library. Please see the godocs for details.

Authors

Bob Ziuchkovski (@bobziuchkovski)

License (MIT)

Copyright (c) 2016 Bob Ziuchkovski

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Documentation

Overview

Package devo implements TiVo file decryption. It supports both mpeg-ps and mpeg-ts input formats. Decrypting requires the correct media access key (MAK) from the source TiVo device. DeVo is intended for personal/educational use only. Decrypted files must NOT be distributed. Piracy is not condoned!

Index

Constants

This section is empty.

Variables

View Source
var Version = struct {
	Major int
	Minor int
	Patch int
}{0, 7, 1}

Version records the version of the devo package

Functions

func Decrypt

func Decrypt(dst io.Writer, src io.Reader, mak string) error

Decrypt a TiVo file from src using the specified media access key (mak). The decrypted content is written to dst.

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL