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

OpenXPKI::Server::Workflow::Activity::User::HashUserPassword

Hashes a user password for e.g. storing in a user database

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.

password
The password to be hashed
scheme
The scheme used for hashing the password, check OpenXPKI::Password for supported schemes. Default is argon2.
target_key
Receives the password hash
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.