Remmina - The GTK+ Remote Desktop Client  v1.4.33
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_sodium.h File Reference

Go to the source code of this file.

Functions

void remmina_sodium_init (void)
 
gchar * remmina_sodium_pwhash (const gchar *pass)
 
gchar * remmina_sodium_pwhash_str (const gchar *pass)
 
gint remmina_sodium_pwhash_str_verify (const char *key, const char *pass)
 

Function Documentation

◆ remmina_sodium_init()

void remmina_sodium_init ( void  )

Definition at line 170 of file remmina_sodium.c.

◆ remmina_sodium_pwhash()

gchar* remmina_sodium_pwhash ( const gchar *  pass)

Definition at line 74 of file remmina_sodium.c.

◆ remmina_sodium_pwhash_str()

gchar* remmina_sodium_pwhash_str ( const gchar *  pass)

Definition at line 117 of file remmina_sodium.c.

◆ remmina_sodium_pwhash_str_verify()

gint remmina_sodium_pwhash_str_verify ( const char *  key,
const char *  pass 
)

Definition at line 159 of file remmina_sodium.c.