DEA128encrypt (String function): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (Added key length) |
||
Line 10: | Line 10: | ||
<td>string</td></tr> | <td>string</td></tr> | ||
<tr><th>key</th> | <tr><th>key</th> | ||
<td>string</td></tr> | <td>string, length 16</td></tr> | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:String:DEA128encrypt footer}} | {{Template:String:DEA128encrypt footer}} |
Revision as of 22:02, 27 February 2015
DEA 128-bit key decryption (String class)
This page is under construction.
Syntax
%outString = string:DEA128encrypt( key) Throws UnsupportedCrypto, InvalidCryptoKey, InvalidCryptoData
Syntax terms
%outString | string |
---|---|
string | string |
key | string, length 16 |