1 Ax.ext.crypt
1.1 Ax.ext.crypt.encrypt
Produces a crypt fo the reversible encryption with variant of passwords. It is represented by a pseudo-random of 40 bytes hexa. It is used internally in the database connection passwords that are kept encrypted but must be reversible during connection to the engine.
1. Ax.ext.crypt.encrypt
string Ax.ext.crypt.encrypt(string text);
Parameters | |||
---|---|---|---|
Name | Type | Required | Description |
text | string | Text to encrypt |
Example
Copy
<script> return Ax.ext.crypt.encrypt('SAMPLE_PASSWORD'); </script>