Remmina - The GTK+ Remote Desktop Client  v1.4.34
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
remmina_crypt.c File Reference

Go to the source code of this file.

Functions

static gboolean remmina_crypt_init (gcry_cipher_hd_t *phd)
 
gchar * remmina_crypt_encrypt (const gchar *str)
 
gchar * remmina_crypt_decrypt (const gchar *str)
 

Function Documentation

◆ remmina_crypt_decrypt()

gchar * remmina_crypt_decrypt ( const gchar *  str)

Definition at line 134 of file remmina_crypt.c.

◆ remmina_crypt_encrypt()

gchar * remmina_crypt_encrypt ( const gchar *  str)

Definition at line 93 of file remmina_crypt.c.

◆ remmina_crypt_init()

static gboolean remmina_crypt_init ( gcry_cipher_hd_t *  phd)
static

Definition at line 47 of file remmina_crypt.c.