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
OpenXPKI::Server::Workflow::Activity::Tools::GeneratePassword(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Activity::Tools::GeneratePassword(3)

OpenXPKI::Server::Workflow::Activity::Tools::GeneratePassword

Creates a random password string.

You can specify either the length of the generated string setting length or provide the number of random bytes with bytes. You must not set both.

You can set the charset that will be used for the password with charset.

The default are 16 characters in base64 encoding which is equal to an entropy of 12 byte.

You can set the context key to write the password to using target_key, the default is _password.

length
The length in characters of the generated password.
bytes
The number of random input bytes.
charset
Character set for the generated string, possible options base64 and hex (lowercase).
2022-05-14 perl v5.32.1

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

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