1Crypto.decode(3kaya) Kaya module reference Crypto.decode(3kaya)
2
3
4
6 Crypto::decode - Decode a String using the AES256 algorithm.
7
9 String decode( String msgin )
10
12 msgin The String to decode
13
15 Decode a String using the AES256 algorithm. The value to decode must
16 have been generated by the encode function in an application with the
17 same secret key (which usually requires it to be the same application).
18 If decoding fails (due to bad input) an Exception is thrown.
19
20 msgin may be a Tainted string.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Crypto.encode (3kaya)
34 Builtins.Tainted (3kaya)
35
36
37
38Kaya December 2010 Crypto.decode(3kaya)