1Gcrypt.encryptString(3kaya)  Kaya module reference Gcrypt.encryptString(3kaya)
2
3
4

NAME

6       Gcrypt::encryptString - Encrypt a string
7

SYNOPSIS

9       String encryptString( CipherHandle h, String x )
10

ARGUMENTS

12       h A cipher handle
13
14       x A string
15

DESCRIPTION

17       Encrypts   a   string   with  the  given  cipher  handle,  returning  a
18       base64-encoded string containing the encrypted data.
19

AUTHORS

21       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
22       (kaya@kayalang.org). For further information see http://kayalang.org/
23

LICENSE

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.encrypt (3kaya)
36       Gcrypt.openCipher (3kaya)
37       Gcrypt.setCipherIVec (3kaya)
38       Gcrypt.setCipherKey (3kaya)
39
40
41
42Kaya                             December 2010     Gcrypt.encryptString(3kaya)
Impressum