Welcome Guest ( Log In | Register )

8 Pages V « < 4 5 6 7 8 >  
Reply to this topicStart new topic
> Breaking Keyring PDF

 
post Mar 29 2017, 02:11
Post #101
purolezu



Lurker
Group: Lurkers
Posts: 2
Joined: 29-March 17


Hi genl

I'm just wondering if you're still able to do "CypherGuard for Movie" files from DL Site.
I generally avoid buying DRM'd stuff, but if I can view it without having install such junkware, I'm interested.

If you are still doing this great service, I was also wondering:
-For such movies, what format does it come out as? The DL size according to the site is 2GB+ for a 25min movie
-Given the size, is there a particular filehoster you prefer?
-When you ask for login:password, is this our DLSite password, or is there a separate password to unlock purchases?

Thanks!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 29 2017, 16:03
Post #102
Long Hair Enjoyer



Casual Poster
****
Group: Gold Star Club
Posts: 258
Joined: 31-July 09
Level 407 (Godslayer)


I've only been able to extract images from Keyring PDFs by freezing the PDF-viewer and/or DRM process with Process Explorer and press print screen or use a third party screen capturer. Unfortunately that means I can't get higher resolution than 1200x1920.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 30 2017, 10:13
Post #103
genl



Casual Poster
***
Group: Members
Posts: 190
Joined: 17-January 11
Level 54 (Expert)


If someone wants to use screen capture, I suggest to only do so if the following conditions are met:
1. You have enough time to process each page this way.
2. You don't care about possibly inflated filesize of resulting images.
3. You can reliably capture pages fully at their original resolution at 100% zoom.
4. You never save captured data as JPEG. Use 24-bit PNG for 24-bit data and 8-bit PNG for b/w 8-bit data.

When the source is PDF, you may never meet the (3) condition, due to how PDF format works and how Adobe Reader is dealing with the scaling.
If something goes wrong, you end up with issues like cropped edges, upscaled or downscaled images. Tearing if each page needs several captures and you are not careful enough. Additional compression artifacts if you save as JPEG.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 7 2017, 21:09
Post #104
ageps



Casual Poster
***
Group: Members
Posts: 192
Joined: 17-February 11
Level 192 (Destined)


Looks like CypherGuard has amped up their protection. Suspending the process no longer works for me.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 01:11
Post #105
genl



Casual Poster
***
Group: Members
Posts: 190
Joined: 17-January 11
Level 54 (Expert)


+ Toranoana E-books.

This one is rather strange. Nothing to decrypt here, but there are circumstances:
1. Original images are kept as JPEG, and they are scrambled. It's impossible to unscramble them while keeping both original quality and original file size. This is one of reasons why I've never tried doing anything about such E-book protection.
2. There is something wrong going on with the E-book viewer script or its rendering part (a bug in all latest browsers is also possible but unlikely). Images are not getting properly unscrambled. Something makes the pieces shift vertically by 1 pixel, causing a defect in the output, visible to the naked eye (see the comparison between screen capture and intended output below). An online E-book viewer which is not even capable of displaying images in original intended quality is quite bad. This is one of reasons why I've started working on this.

Attached Image

For processing Toranoana E-books, I must have either login:password for the library area or a session key. Session key is just a long string and it expires in ~1 minute, so if you want to go this way, we'll need to meet online, for which I suggest IRC or TOX (will post more details later, for now you can PM me). The result will be saved as PNG files, with greyscale pages converted to 8-bit PNG.

I will consider sharing the unscrambling script with someone who intends to process such e-books regularly.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 28 2017, 19:08
Post #106
ybstcc



Lurker
Group: Recruits
Posts: 7
Joined: 24-December 09
Level 99 (Lord)


Hi genl.
Could you expose the method of ripping .dmme files? Is it complicated or you want to keep it a trade secret? I know how to use viewerrip but can't deal with .dmme files. Maybe you are kind to tell me how?
ps. DMM started to scramble online images.

This post has been edited by ybstcc: Aug 28 2017, 19:25
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 29 2017, 01:17
Post #107
genl



Casual Poster
***
Group: Members
Posts: 190
Joined: 17-January 11
Level 54 (Expert)


QUOTE(ybstcc @ Aug 28 2017, 20:08) *

Hi genl.
Could you expose the method of ripping .dmme files? Is it complicated or you want to keep it a trade secret? I know how to use viewerrip but can't deal with .dmme files. Maybe you are kind to tell me how?
ps. DMM started to scramble online images.

I can't offer any better method than doing this myself at this time (decryption though, not ripping). It's not very complicated if you have right experience in debugging and coding. But I expect any capable person to also understand my reasons for keeping it out of public (huge portals wouldn't like such things). viewerrip is irrelevant (screen capture vs. decryption) but I guess someone may expand it with support for newer formats.
As for scrambling, I haven't seen that scheme on DMM yet. I'd look at it if someone has a sample.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 29 2017, 02:20
Post #108
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE(ybstcc @ Aug 28 2017, 18:08) *
Could you expose the method of ripping .dmme files?
I think that we can tell the bloke that the trick is not about bruteforcing encryption but about getting around the pieces of the application that attempt to lock you out from the decrypted data.

In other words between the decrypted file in memory inside the DMM application and your screen there is quite a lot happening (e.g. screen raster updates and window positioning). The DMM application tries hard to close al many channels into those operations as it can but due to the fact that there are many, many channels it fails to protect some of them.

P.S. I have no clue about the DMM application. But that is the general design in fooling an app that shows you "encrypted" data. And the exact trick that genl found is completely up to him.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 30 2017, 14:51
Post #109
ybstcc



Lurker
Group: Recruits
Posts: 7
Joined: 24-December 09
Level 99 (Lord)


QUOTE(genl @ Aug 29 2017, 01:17) *

I can't offer any better method than doing this myself at this time (decryption though, not ripping). It's not very complicated if you have right experience in debugging and coding. But I expect any capable person to also understand my reasons for keeping it out of public (huge portals wouldn't like such things). viewerrip is irrelevant (screen capture vs. decryption) but I guess someone may expand it with support for newer formats.
As for scrambling, I haven't seen that scheme on DMM yet. I'd look at it if someone has a sample.


Understood. guess i had to use screenshot for compromise.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 27 2017, 07:50
Post #110
poompoom



Lurker
Group: Recruits
Posts: 5
Joined: 27-October 17


I stumbled on this forum looking for ways to crack these protected games I purchased from dlsite. I just wanna be able to use text hookers so I can play the game. (IMG:[invalid] style_emoticons/default/dry.gif) Because of the "dlsite secure application kicker" (EISYS,inc) DRM, that's not possible. If you can help, I would appreciate it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 27 2017, 19:11
Post #111
genl



Casual Poster
***
Group: Members
Posts: 190
Joined: 17-January 11
Level 54 (Expert)


QUOTE(poompoom @ Oct 27 2017, 08:50) *

I stumbled on this forum looking for ways to crack these protected games I purchased from dlsite. I just wanna be able to use text hookers so I can play the game. (IMG:[invalid] style_emoticons/default/dry.gif) Because of the "dlsite secure application kicker" (EISYS,inc) DRM, that's not possible. If you can help, I would appreciate it.
Yes, things like text hookers may be less compatible with games protected with specific DRM. If you know for sure that it should work with the engine your game uses, it'll probably work fine with cracked version of the game. If you PM me the game file and login details, I'll remove the DRM and send the clean game back to you within a few minutes or hours. You can change your password before sharing, and after I'm done. That's my usual conditions.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 28 2017, 19:28
Post #112
poompoom



Lurker
Group: Recruits
Posts: 5
Joined: 27-October 17


QUOTE(genl @ Oct 27 2017, 19:11) *

Yes, things like text hookers may be less compatible with games protected with specific DRM. If you know for sure that it should work with the engine your game uses, it'll probably work fine with cracked version of the game. If you PM me the game file and login details, I'll remove the DRM and send the clean game back to you within a few minutes or hours. You can change your password before sharing, and after I'm done. That's my usual conditions.




Thanks, I'll pm you. From my experience both engines (WOLF & RPG Maker VXAce) are compatible with text hookers.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2017, 16:31
Post #113
Blackowl



Newcomer
*
Group: Recruits
Posts: 14
Joined: 3-May 07
Level 35 (Journeyman)


I have a pdf download from dlsite.How can I rip file to image?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2017, 18:27
Post #114
genl



Casual Poster
***
Group: Members
Posts: 190
Joined: 17-January 11
Level 54 (Expert)


QUOTE(Blackowl @ Oct 29 2017, 17:31) *

I have a pdf download from dlsite.How can I rip file to image?

If it's a PDF file then it's not protected with portal DRM. You may want to search for other threads about ripping images from PDF or google more information about it. In most cases, pdfimages.exe will do all the job properly, but then there are other cases that are not very well described in any specific thread.

Ideally, there should be a set of rules specifically for galleries with digital works, including PDF, detailed instructions of how to properly deal with such files, info about how to ensure that one digital version is better than another one, info about where to buy works and what quality to expect etc. I think this stuff even deserves a separate tag group. But there is no such thing and nobody seems to be interested in this. As a result, there are many galleries with screen-capped, re-encoded, upscaled, oversized images, or even re-constructed (with something like waifu2x) or edited by hand without any notice, also digital content not marked as digital. The community is not in shape for starting to properly deal with improper digital galleries, at least for now. This is one of reasons why I've stopped uploading galleries with digital contents.

This post has been edited by genl: Oct 29 2017, 18:28
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 30 2017, 04:32
Post #115
Blackowl



Newcomer
*
Group: Recruits
Posts: 14
Joined: 3-May 07
Level 35 (Journeyman)


dlsite pdf protected,I used a lot sofware for pdf convert to image but it said this file protected and can't rip

This post has been edited by Blackowl: Oct 30 2017, 04:33
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 30 2017, 07:29
Post #116
Dynellen



つ ◕_◕ ༽つ
*******
Group: Gold Star Club
Posts: 1,455
Joined: 27-July 09
Level 480 (Godslayer)


Systools PDF Unlocker will remove the protection and then you can use those PDF conversion programs normally.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 30 2017, 10:08
Post #117
genl



Casual Poster
***
Group: Members
Posts: 190
Joined: 17-January 11
Level 54 (Expert)


Yes, you can use various software to remove that protection - PDF permissions locked by owner's password. Another application I can recommend for this is Guaranteed PDF Decrypter (shareware).

I think stuff about pure PDF should be discussed in other threads, as it does not involve any portal-specific DRM.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 30 2017, 17:59
Post #118
Pillowgirl



Grammatically Incorrect (☞゚∀゚)☞
*********
Group: Gold Star Club
Posts: 5,458
Joined: 2-December 12
Level 485 (Godslayer)


But i read this thread for the technical knowhow.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 22 2017, 20:01
Post #119
q91



Casual Poster
***
Group: Gold Star Club
Posts: 185
Joined: 30-November 08
Level 59 (Journeyman)


Either I forgot how I managed to take screenshots previously, or as someone mentioned a few months ago, they've managed to stop that function too :/

As someone who's just wants to translate untranslated manga/cg's, this is quite annoying (IMG:[invalid] style_emoticons/default/sad.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 22 2017, 21:38
Post #120
Scremaz



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,310
Joined: 18-January 07
Level 500 (Ponyslayer)


QUOTE(q91 @ Nov 22 2017, 19:01) *

Either I forgot how I managed to take screenshots previously, or as someone mentioned a few months ago, they've managed to stop that function too :/

As someone who's just wants to translate untranslated manga/cg's, this is quite annoying (IMG:[invalid] style_emoticons/default/sad.gif)

you can try with some screen capturing software. windows 7 and higher have a basica default one, just in case. it's called SnippingTool.exe and for how basic it is it allows you to set a delay (not a sequence though).

otherwise, you can try with hardware method: press "stamp" button on your keyboard, and paste the result in whatever software that deals with images (anything from Photoshop to Gimp to Paint, from Excel to Word...)


[edit]: this in case the protection didn't disable the function, of course.

This post has been edited by Scremaz: Nov 22 2017, 21:38
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


8 Pages V « < 4 5 6 7 8 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 24th May 2025 - 15:10