implemented SHA1 encrypted passwords for manager

This commit is contained in:
Martin Willi
2007-09-27 07:15:47 +00:00
parent 324abae2ef
commit 93720075df
5 changed files with 57 additions and 7 deletions
+5
View File
@@ -83,6 +83,11 @@ void chunk_split(chunk_t chunk, const char *mode, ...);
*/
bool chunk_write(chunk_t chunk, const char *path, const char *label, mode_t mask, bool force);
/**
* convert a chunk to an allocated hex string
*/
char *chunk_to_hex(chunk_t chunk, bool uppercase);
/**
* Free contents of a chunk
*/