#ifndef _ENCRYPT_H_ #define _ENCRYPT_H_ char* get_crypt_sha256(const char *); #endif