1Gcrypt.encrypt(3kaya) Kaya module reference Gcrypt.encrypt(3kaya)
2
3
4
6 Gcrypt::encrypt - Encrypt binary data
7
9 Binary encrypt( CipherHandle h, Binary dat )
10
12 h A cipher handle
13
14 dat A block of Binary(3kaya) data
15
17 Encrypts binary data with the given cipher handle, returning a binary
18 block containing the encrypted data.
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.decryptString (3kaya)
35 Gcrypt.encryptString (3kaya)
36 Gcrypt.openCipher (3kaya)
37 Gcrypt.setCipherIVec (3kaya)
38 Gcrypt.setCipherKey (3kaya)
39
40
41
42Kaya December 2010 Gcrypt.encrypt(3kaya)