Page 1 of 1

[App] PVR encryption key dumper E/F

Posted: Sun Aug 25, 2013 6:42 pm
by bugficks
Made a PVR encryption key dumper. Should work on E and F series. For those having EVO kit it seems it has to be run on main board that is injecting .so into exeTV and not exeSBB.
Copy .tgz to device and run PVRdumpkeys.sh. If all goes fine you should have for each .srf a .key file:)

Code: Select all

VDLinux#> ./PVRdumpkeys.sh
[PVRdumpkeys] SamyGO PVR key dumper - (c) bugficks 2013
[PVRdumpkeys] start dumping keys...
[PVRdumpkeys]: Saving key for '/dtv/usb/sda/CONTENTS/20130817134012.srf' to '/dtv/usb/sda/CONTENTS/20130817134012.key'
[PVRdumpkeys]: Saving key for '/dtv/usb/sda/CONTENTS/20130817134740.srf' to '/dtv/usb/sda/CONTENTS/20130817134740.key'
[PVRdumpkeys]: Saving key for '/dtv/usb/sda/CONTENTS/20130817140559.srf' to '/dtv/usb/sda/CONTENTS/20130817140559.key'
[PVRdumpkeys]: Saving key for '/dtv/usb/sda/CONTENTS/20130820124418.srf' to '/dtv/usb/sda/CONTENTS/20130820124418.key'
[PVRdumpkeys] done...

Code: Select all

VDLinux#> hexdump /dtv/usb/sda/CONTENTS/20130820124418.key
0000000 aa0d 49f1 e12b b9e2 4d42 4b75 9ecf 189a

Re: PVR encryption key dumper

Posted: Sat Jan 25, 2014 7:33 pm
by Attaca
Hello!

Can I decrypt my files with this solution? Can you write more about it, because I don't understand, or send a link about details of this method, please.
I would like play the PVR recorded files with a PC, or mobile without root, I don't find any solution. I am afraid the root, because my TV is new :)

Many thanks

A.

Re: PVR encryption key dumper

Posted: Sat Jan 25, 2014 7:52 pm
by juusso
No go without having root.

Re: PVR encryption key dumper

Posted: Sat May 23, 2015 8:14 pm
by danielg90
i have es7000, where Copy .tgz? and how run PVRdumpkeys.sh?

Re: PVR encryption key dumper

Posted: Mon Jul 10, 2017 9:50 pm
by Stefan74Nrw
I get a permission denied ?

Re: PVR encryption key dumper

Posted: Mon Jul 10, 2017 10:02 pm
by zoelechat
chmod +x :)

Re: [App] PVR encryption key dumper E/F

Posted: Mon Apr 13, 2020 7:06 pm
by MySpezies8472
pidof exeTV doesn't work for me, but pidof exeDSP. Please change the hijack line in script to:

Code: Select all

./hijack -p $(pidof exeTV || pidof exeDSP) -l $SO

Re: [App] PVR encryption key dumper E/F

Posted: Mon Oct 04, 2021 7:04 pm
by jasgg
hello, trying to get keys for some files on my USB HDD that come with the TV.

Running the dumper i get this:

can't open '/mtd_rwarea/PVRdumpkeys.log': No such file or directory

I'm running it frm the USB HDD and not from the USB Rootstick.

Any advice?

regards.
JG