NAME

umts-drm.pl - A Digital Rights Management (DRM) tool


SYNOPSIS

umts-drm.pl <action> [options]


DESCRIPTION

The umts-drm.pl script allows you to manipulate OMA Digital Rights Management (DRM) v1 files in Separate Delivery or Forward Lock formats.


OPTIONS

 Actions:
  fl-encode   produce a DRM FL protected file from clear content
  fl-decode   produce clear content from a DRM FL protected file
  ro-encode   produce a WBXML Right Object from an XML Right Object
  ro-decode   produce an XML Right Object from a WBXML Right Object
  sd-encode   produce a DRM SD protected file from clear content
  sd-decode   produce clear content from a DRM SD protected file
 
 Options:
  -c<type>    use <type> as Content-Type instead of guessing it
              from the input (for encoding only)
  -d          debugging mode
  -h          display a help message
  -i<input>   read input from <input> instead of standard input
  -o<output>  write output to <output> instead of standard output
  -r<ro>      read the Right Object from the <ro> XML file (for SD only)
  -s<file>    set the SD headers from <file>'s content (for SD encoding only)
  -S<headers> set the SD headers to <headers> (for SD encoding only)
  -w<ro>      read the Right Object from the <ro> WBXML file (for SD only)