AES128CBCencrypt (String function): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (Added key length and initVector 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> | ||
<tr><th>initVector</th> | <tr><th>initVector</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:AES128CBCencrypt footer}} | {{Template:String:AES128CBCencrypt footer}} |
Revision as of 16:22, 25 February 2015
AES 128-bit key decryption (String class)
This page is under construction.
Syntax
%outString = string:AES128CBCencrypt( key, initVector) Throws UnsupportedCrypto, InvalidCryptoKey, InvalidCryptoData, InvalidCryptoInitVector
Syntax terms
%outString | string |
---|---|
string | string |
key | string, length 16 |
initVector | string, length 16 |