export const MIN_PASSWORD_LENGTH = 4; export const MAX_PASSWORD_LENGTH = 512; export const DEFAULT_PASSWORD_LENGTH = 8;