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

MAX_PASSWORD_SIZE

This is an old revision of this page, as edited 04-06-2012, 03:24 PM by foxtacles (contribs). It may differ significantly from the current revision.
A constant defined in the vaultmp namespace. It is the maximum length of a password.

[top]Definition

<code cpp>
static const Index MAX_PASSWORD_SIZE = 16;
  1. define MAX_PASSWORD_SIZE 16

</code>