1Gcrypt.decryptString(3kaya) Kaya module reference Gcrypt.decryptString(3kaya)
2
3
4
6 Gcrypt::decryptString - Decrypt a string
7
9 String decryptString( CipherHandle h, String x )
10
12 h A cipher handle
13
14 x A base64-encoded encrypted string
15
17 Decrypts a string with the given cipher handle, returning the unen‐
18 crypted string.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 Gcrypt.CipherHandle (3kaya)
32 Gcrypt.closeCipher (3kaya)
33 Gcrypt.decrypt (3kaya)
34 Gcrypt.encrypt (3kaya)
35 Gcrypt.encryptString (3kaya)
36 Gcrypt.openCipher (3kaya)
37 Gcrypt.setCipherIVec (3kaya)
38 Gcrypt.setCipherKey (3kaya)
39
40
41
42Kaya December 2010 Gcrypt.decryptString(3kaya)