implemented SHA1 encrypted passwords for manager
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user