Using mod_crypt for FPGs

Started by square, June 12, 2011, 03:55:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SplinterGU

Quote from: FreeYourMind on June 12, 2011, 07:46:18 PM
I'm jocking a little bit :)
But it's not a bad idea, i will work on a distributable version of my DRM system for developers who interested in this DRM, it works on Wiz and Caanoo sucessfull, and i'm working on pandora implementation right now.

you already release any game with your DRM system?
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

FreeYourMind

NO, but i release the game very soon.

SplinterGU

I mean, I want test it, I want check if I can copy a dcb DRMed version in my caanoo to my PC and run it.
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

FreeYourMind

The DRM system is for not run the game in another caanoo not yours, in the case of PC the game not run, because i use other code for that.
But if i release a module with my DRM system, i put all the checks needed on it and options in parameters, all configurable.

SplinterGU

Quote from: FreeYourMind on June 12, 2011, 08:37:04 PM
The DRM system is for not run the game in another caanoo not yours, in the case of PC the game not run, because i use other code for that.
But if i release a module with my DRM system, i put all the checks needed on it and options in parameters, all configurable.

well, I want test it.

you can do a simple "Hello World!" with your DRM and send me it, then I'll install it in my Caanoo?
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

FreeYourMind

#20
OK, tomorrow I send it

You need 2 caanoo's to test it, test on caanoo and wiz or pc is not the same...

SplinterGU

Quote from: FreeYourMind on June 12, 2011, 09:12:55 PM
OK, tomorrow I send it

You need 2 caanoo's to test it, test on caanoo and wiz or pc is not the same...

cool!

It's the idea, I want install it in Caanoo and run it in PC.
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

Moogster

I see this thread is slowly drifting away from it's original topic, and just days ago I was trying to do something with mod_crypt myself: I want to save a users password in a file and encrypt either the password or the whole file. The documentation for this module is pretty non-existant on the wiki and the only example code is on this forum but raises more questions than it answers.

So the question is, how exactly is mod_crypt meant to be used? Any explanation would be more than welcome, even better if it would feature some sample snippets..?

Thanks!