From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
'''Public data:'''
+
'''Data (definition):'''<br/>
* ''static const string pHashMagic;'' — String-pointer (prefix) of the password into hash.
+
* ''SEC_HASH_MAGIC'' — String-pointer (prefix) of the passwords in the hash.
 +
: ''Masks of the security access''
 +
* ''SEC_XT'' — Execution (0x01);
 +
* ''SEC_WR'' — Writing (0x02);
 +
* ''SEC_RD'' — Reading (0x04).

Latest revision as of 15:50, 18 September 2021

Data (definition):

  • SEC_HASH_MAGIC — String-pointer (prefix) of the passwords in the hash.
Masks of the security access
  • SEC_XT — Execution (0x01);
  • SEC_WR — Writing (0x02);
  • SEC_RD — Reading (0x04).