From c3eee8e333866d92e5fd94ae83cef618758c11bb Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 15 Sep 2025 18:50:32 +0200 Subject: FICS RPBLC v1.4.6 --- FICS/fics_getsalt.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FICS/fics_getsalt.h (limited to 'FICS/fics_getsalt.h') diff --git a/FICS/fics_getsalt.h b/FICS/fics_getsalt.h new file mode 100644 index 0000000..317ae27 --- /dev/null +++ b/FICS/fics_getsalt.h @@ -0,0 +1,13 @@ +#ifndef FICS_GETSALT_H +#define FICS_GETSALT_H + +#include "common.h" + +#define FICS_SALT_BEG "$2b$10$" +#define FICS_SALT_SIZE 30 + +__FICS_BEGIN_DECLS +char *fics_getsalt(void); +__FICS_END_DECLS + +#endif -- cgit v1.2.3