VICI
0.11.815
Visual Chart Interpreter
|
Provide security for the scripts. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~Secure () |
virtual destructor | |
virtual bool | verifySignature (csr filename)=0 |
check to ensure we are allowed to open this file More... | |
virtual void | addSignature (csr filename)=0 |
sign this file with the user's key More... | |
Provide security for the scripts.
The facade for the security library.
The aim is to prevent users from running random scripts however this may be difficult to achieve. It may also conflict with SourceForge's terms and conditions. Hence this module will not be implemented for a while.
|
pure virtual |
sign this file with the user's key
filename | add a signature to the script. |
Implemented in VICI::stub::SecureStub.
|
pure virtual |
check to ensure we are allowed to open this file
filename | the script to verify |
Implemented in VICI::stub::SecureStub.