This site has been archived and made available for preservation purposes. No edits can be made.

MAX_PASSWORD_SIZE

(Difference between revisions)
Return to current revision
  1.  
    A constant defined in the vaultmp namespace. It is the maximum length of a password.
    [h="2"] Definition [/h]
  2. -
    <code cpp>
  3. +
    [highlight=cpp]
  4.  
    static const Index MAX_PASSWORD_SIZE = 16;
  5. -
    [list=1][*]define MAX_PASSWORD_SIZE 16
    [/LIST]
    </code>
  6. +
    [/highlight]
    [highlight=c]
    #define MAX_PASSWORD_SIZE 16
    [/highlight]
  7.  
    [category]VaultMP interface[/category]
    [category]Constants[/category]