ENCRYPTSECRET -- Macro, doing all the encryption jobs
The
%ENCRYPTSECRET%
variable is handled by the
EncryptPlugin
Parameters
Parameter |
Description |
Default |
allowview |
groups and users, who may see this password |
|
allowchange |
groups and users, who may edit this password |
|
secret |
the password, to be encrypted |
|
terces |
the encrypted password |
|
hash |
a hash, to prevent tampering with the encrypted data |
|
createsalt |
x |
32x8 |
storesalt |
|
|
Examples
-
%ENCRYPTSECRET{allowview="GroupName UserName ..." allowchange="GroupName UserName ..." hash="" terces=""}%
-
%ENCRYPTSECRET{allowview="GroupName UserName ..." allowchange="GroupName UserName ..." secret="MySecretPassword"}%
-
%ENCRYPTSECRET{createsecret="64x64"}%
-
%ENCRYPTSECRET{storesecret="U1_u7Ujw3p_vfBRGu8X41IO4VnM8vgmH0jGTUdG7wVfaWqbWczcJNJEofVsTuWfunVRB8bkEyWgHPVvq-PTT7A"}%
EncryptPlugin