xlnt
|
Holds data describing the verifier that locks revisions or a workbook. More...
#include <document_security.hpp>
Public Attributes | |
std::string | hash_algorithm |
The algorithm used to create and verify this lock. More... | |
std::string | salt |
The initial salt combined with the password used to prevent rainbow table attacks More... | |
std::string | hash |
The actual hash value represented as a string More... | |
std::size_t | spin_count |
The number of times the hash should be applied to the password combined with the salt. This allows the difficulty of the hash to be increased as computing power increases. More... | |
Holds data describing the verifier that locks revisions or a workbook.
std::string xlnt::document_security::lock_verifier::hash |
The actual hash value represented as a string
std::string xlnt::document_security::lock_verifier::hash_algorithm |
The algorithm used to create and verify this lock.
std::string xlnt::document_security::lock_verifier::salt |
The initial salt combined with the password used to prevent rainbow table attacks
std::size_t xlnt::document_security::lock_verifier::spin_count |
The number of times the hash should be applied to the password combined with the salt. This allows the difficulty of the hash to be increased as computing power increases.