625bb2ddf15e8f305a53afa44e87f2146fa930af |
|
29-Jun-2016 |
Simo Sorce <simo@redhat.com> |
Secrets: Add encryption at rest
Generates a master key file if it doesn't exist and encrypts secrets
using the master key contained in the file.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
b35f20cd8ecdc8308a3201e55752fb0443ec6ae4 |
|
24-Apr-2012 |
Jan Cholasta <jcholast@redhat.com> |
UTIL: Add HMAC-SHA-1 function |
c7919a4fe41133cc466aa3d9431bfceee5784e7b |
|
07-Feb-2012 |
Jan Cholasta <jcholast@redhat.com> |
UTIL: Provide base64 encoding and decoding functions |
69aaef8719c5cf33ed1c4090fa313ba281bf8a02 |
|
08-Sep-2010 |
Jakub Hrozek <jhrozek@redhat.com> |
Password obfuscation utility functions
Adds two utility functions to obfuscate a password and inverse to
extract the cleartext password back.
So far, only NSS-based implementation is provided. |
3b08dec5ee634f83ee18e1753d5ffe0ac5e3c458 |
|
08-Sep-2010 |
Jakub Hrozek <jhrozek@redhat.com> |
Move crypto functions into its own subdir
A refactoring patch that creates a common util/crypto subdir with
per-implementation subdirectories for each underlying crypto library
supported by SSSD. |