xypriss-security
Version:
Advanced High-Performance Security Framework. Military-grade encryption, post-quantum resilience, and fortified data structures.
20 lines • 934 B
TypeScript
/***************************************************************************
* XyPriss Security - Advanced Hyper-Modular Security Framework
*
* @author NEHONIX (Nehonix-Team - https://github.com/Nehonix-Team)
* @license Nehonix Open Source License (NOSL)
*
* Copyright (c) 2025 NEHONIX. All rights reserved.
****************************************************************************/
/**
* Compact built-in fallback wordlist (256 words).
*
* This is used by `getWordlist()` when no external file is provided and
* `allowFallback` is `true`. It satisfies the EFF's criteria of being
* unambiguous, easy to spell, and free of visually confusable entries.
*
* **Do not import this array directly for production passphrases** — use
* `getWordlist()` instead, which will prefer a full EFF file when available.
*/
export declare const FALLBACK_WORDLIST: readonly string[];
//# sourceMappingURL=FALLBACK_WORDLIST.d.ts.map