Generate an encrypted and encoded value

Accepts a clear-text value and returns an encrypted and encoded value.

Operating system Syntax
UNIX

Windows

stspwdutil encrypt clear-text [keypadid]
clear-text
Specify a clear-text value to encrypt and encode.
keypadid
Specify an alternate key pad id. The default value is 1. Valid values are 1 - 9.
Returns an encrypted and encoded value to replace clear-text values.
Example:
proenv>stspwdutil encrypt password
Output:
ae2b1::oEZVIXFctHhn9GY/dZLbvZrUfUrjnFsnSAecJQ7i+f9NLv6WkL0sGDiwyv00fLZY
Note: The prefix includes the default key pad id of 1. The output prefix changes when you specify a different key pad id.

The stspwdutil utility defaults to ae2 prefix. The genpassword utility provides additional encoding options.

See genpassword, for more information.

Verify an encrypted and encoded value

Verifies an encrypted and encoded value.

Operating system Syntax
UNIX

Windows

stspwdutil verify encoded-text clear-text
encoded-text
Specify encoded text to verify.
clear-text
Specify the clear-text value that matches the encoded value.

Example:

proenv>stspwdutil verify ae2b1::oEZVIXFctHhn9GY/dZLbvZrUfUrjnFsnSAecJQ7i+f9NLv6WkL0sGDiwyv00fLZY password
Output:
true