php3-list | 199903
Date: 03/24/99
- Next message: pete collins: "Re: [PHP3] Editing tools?"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] Network process!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Toying with the idea of using X.509 Digital Certificates with PHP for client
authentication. Anyone attempted to do this yet?
First step would be a PHP routine to decode the certificate.
Later would come certificate generation functions.
Operational concept would be something like:
Client delivers its certificate to PHP (have no idea how this would happen)
along with a form field containing a user entered secret which is also
stored in the certificate.
PHP decrypts and decodes the certificate and compares the user entered
secret with the one in the certificate.
A match "grants" access.
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: pete collins: "Re: [PHP3] Editing tools?"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] Network process!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

