#ifndef SSABLIB_H #define SSABLIB_H #include using namespace std; //generazione del file client con i requisiti hw bool generaFileClient(const char* nome, const char* prodotto); //generazione del file di licenze (file_client + file_moduli) bool generaLicenze(); //utility per vedere in chiaro un file di licenze string decrypt(string fileName); #endif