Implement GenerateKeyfile module
This commit is contained in:
14
GCryptCLI/include/ModuleGenerateKeyfile.h
Normal file
14
GCryptCLI/include/ModuleGenerateKeyfile.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef GCRYPTCLI_MODULE_GENERATEKEYFILE_H
|
||||
#define GCRYPTCLI_MODULE_GENERATEKEYFILE_H
|
||||
|
||||
namespace Module {
|
||||
// This class has the task to prepare and supply the encryption key.
|
||||
class GenerateKeyfile {
|
||||
public:
|
||||
//! Will write the key to a file
|
||||
static void Run();
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user