[dokuwiki] securelogin plugin

  • From: "Mikhail I. Izmestev" <izmmishao5@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 26 Mar 2009 22:13:23 +0400

Hi.

    This plugin let you login securely without https. It's possible
owing to encryption on client's side by using a public key. A private
key is generated on server. For login is used AUTH_LOGIN_CHECK event.

    I don't know how to get modulus and exponent from public key in PHP
and do that manually by using openssl:
         - to get modulus:
              openssl rsa -pubin -in pub.key -noout -modulus
        - to get exponent (needed hex value without "0x"):
              openssl rsa -pubin -in pub.key -noout -text

    Plugin can be downloaded from:
        
http://downloads.sourceforge.net/freesyncplugin/securelogin-20090326.zip

Mikhail.

-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: