Re: [PHP] Simple Licensing System

2005-04-11 Thread Richard Lynch
On Sat, April 9, 2005 6:29 pm, Bruno B B Magalhães said:
 And how do I generate this, and how would I check it?!?!

ssh-key-gen (ssh-keygen ?) would generate your key-pair.

Then there is some kind of ssh-sign function that signs a given document,
but I forget its name, as I've never used it, just read the docs.

I'm not super clear on the details of checking it, but that's how digital
signatures WORK, so there has to be some kind of command line function for
that as well.

man ssh

is where I would start if I was doing this.

Sorry I can't provide more detail -- I know it can be done, but that don't
mean I've done it.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Simple Licensing System

2005-04-09 Thread Bruno B B Magalhães
Hi Richard,
And how do I generate this, and how would I check it?!?!
Thanks,
Bruno B B Magalhaes
On Apr 8, 2005, at 11:48 PM, Richard Lynch wrote:
On Fri, April 8, 2005 1:06 pm, Bruno B B Magalhães said:
I need a help with a licensing system, I want something very simple,
for example a simple var store into the configuration file, and witch
is sent to a server called licenses.hostname.com.br, and this one
returns true or false... I don't wanna use SOAP or XML. Does any body
have a simple idea for it?
Best Regards,
Bruno B B Magalhaes
Generate an SSH key-pair.
Give them the public key, or use that to sign their license.
Then you can just test that it's signed.
--
Like Music?
http://l-i-e.com/artists.htm

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Simple Licensing System

2005-04-08 Thread Bruno B B Magalhães
Hi Guys!
I need a help with a licensing system, I want something very simple, 
for example a simple var store into the configuration file, and witch 
is sent to a server called licenses.hostname.com.br, and this one 
returns true or false... I don't wanna use SOAP or XML. Does any body 
have a simple idea for it?

Best Regards,
Bruno B B Magalhaes
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Simple Licensing System

2005-04-08 Thread Richard Lynch
On Fri, April 8, 2005 1:06 pm, Bruno B B Magalhães said:
 I need a help with a licensing system, I want something very simple,
 for example a simple var store into the configuration file, and witch
 is sent to a server called licenses.hostname.com.br, and this one
 returns true or false... I don't wanna use SOAP or XML. Does any body
 have a simple idea for it?

 Best Regards,
 Bruno B B Magalhaes

Generate an SSH key-pair.
Give them the public key, or use that to sign their license.
Then you can just test that it's signed.


-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php