crypt
Encrypt the body text using Perl's standard crypt function.
|
Availability
This filter was introduced in version 5.4.0,
and is therefore not available for use with any earlier Interchange version.
|
Examples
|
[filter crypt]kevin[/filter]
|
Results in:
The above will use a random salt value.
If you want to specify your own salt value,
then you can do so as follows:
|
[filter crypt.AB]kevin[/filter]
|
results in:
|
Warning
Perl's crypt function only encrypts the first eight characters
of its input value.
Extra characters will be silently discarded.
|
If you would like to become an interchange.RTFM.info sponsor,
and get your logo into our list,
then please contact us.
The sponsorship logo list is also displayed on our home page.