DEA192CBCdecrypt (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 24</td></tr> | ||
<tr><th>initVector</th> | <tr><th>initVector</th> | ||
<td>string</td></tr> | <td>string, length 8</td></tr> | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:String:DEA192CBCdecrypt footer}} | {{Template:String:DEA192CBCdecrypt footer}} |
Revision as of 19:22, 27 February 2015
DEA 192-bit key CBC decryption (String class)
This page is under construction.
Syntax
%outString = string:DEA192CBCdecrypt( key, initVector) Throws UnsupportedCrypto, InvalidCryptoKey, InvalidCryptoData, InvalidCryptoInitVector
Syntax terms
%outString | string |
---|---|
string | string |
key | string, length 24 |
initVector | string, length 8 |