Results 1 to 10 of 15
Threaded View
-
29th Jul 2010, 04:11 PM #1OPMemberWebsite's:
intelligen2009.comDLMF - library for decrypting container files (rsdf, ccf, ncf and dlc)
Hello,
i like to present another minor project for application developers, particularly for download managers. some other download program coders developed files (called container files), which store the directlinks encrypted to prevent abuse. However many programs especially smaller ones have no algorithm to read these files, because the decryption is secret.
i developed in cooperation with some other coders a all-in-one solution to decrypt these files securely and easy.
In order to prevent mass-abusing - i ll not share a GUI or any kind of a end-user program, but these libraries with the corresponding interfaces.
i ll not share the source code - under no circumstances! don't ask .!.
Download (Linux, Windows): dlmf.zip
the interface is written in delphi, but is COM-based
Delphi: Widestring
C++: BSTR*
the Linux solution is not tested, cause i'm not familiar with this kind of system, just cross compiled
Delphi:
Code:procedure(RSDFFile: Widestring; out Result: Widestring); stdcall; external 'DLMF.dll';
Code:extern "C" __declspec(dllimport) __stdcall void RSDFToPlain(BSTR* RSDFFile, [out] BSTR* Result);
Code:[DllImport("DLMF.dll", EntryPoint = "RSDFToPlain", ExactSpelling = true, CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static extern void RSDFToPlain([MarshalAs(UnmanagedType.BStr)]string RSDFFile, [MarshalAs(UnmanagedType.BStr)]out string Result);
geskill Reviewed by geskill on . DLMF - library for decrypting container files (rsdf, ccf, ncf and dlc) Hello, i like to present another minor project for application developers, particularly for download managers. some other download program coders developed files (called container files), which store the directlinks encrypted to prevent abuse. However many programs especially smaller ones have no algorithm to read these files, because the decryption is secret. i developed in cooperation with some other coders a all-in-one solution to decrypt these files securely and easy. In order to prevent Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Adding ip on vps container
By masterb56 in forum Server ManagementReplies: 1Last Post: 20th Sep 2011, 02:43 AM -
OpenVZ Container
By StabU2Dead in forum Webmaster DiscussionReplies: 2Last Post: 22nd May 2011, 10:07 AM -
Installing GD Graphics Library or Imagick Image Library
By RNBxBeatz in forum Webmaster DiscussionReplies: 0Last Post: 13th May 2011, 09:49 AM -
How to install GD Graphics Library or Imagick Image Library?
By Hillside in forum Technical Help Desk SupportReplies: 2Last Post: 12th Dec 2010, 09:54 AM -
MSDN Library
By BlaZe in forum General DiscussionReplies: 0Last Post: 26th Mar 2010, 06:28 AM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...