GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PMKPASSWD(1) User Contributed Perl Documentation PMKPASSWD(1)

pmkpasswd - Generate crypted passwords

  pmkpasswd --password moocow

pmkpasswd is a little utility to generate crypted passwords for use with POE::Component::Server::IRC "oper" blocks. It is basically a wrapper for the "mkpasswd" function provided by POE::Component::Server::IRC::Common.

By default it produces passwords using perl's "crypt" function.

The password is outputted on STDOUT.

--version
Prints the version number on STDOUT and exits.
--password
Mandatory switch, the plain-text password you wish to be crypted.
--md5
Instead of using "crypt", produce a MD5 crypted password.
--apache
Instead of using "crypt", produce an Apache MD5 crypted password.

Chris "BinGOs" Williams <chris@bingosnet.co.uk>

POE::Component::Server::IRC

POE::Component::Server::IRC::Common

Crypt::PasswdMD5

2011-11-25 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.