xypriss-security
Version:
Advanced High-Performance Security Framework. Military-grade encryption, post-quantum resilience, and fortified data structures.
277 lines • 4.26 kB
JavaScript
;
/***************************************************************************
* 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.
****************************************************************************/
Object.defineProperty(exports, "__esModule", { value: true });
exports.FALLBACK_WORDLIST = void 0;
// ─── Fallback Wordlist ────────────────────────────────────────────────────────
/**
* 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.
*/
exports.FALLBACK_WORDLIST = Object.freeze([
"able",
"acid",
"aged",
"also",
"area",
"army",
"away",
"baby",
"back",
"bail",
"bake",
"ball",
"barn",
"base",
"bath",
"beam",
"bear",
"beat",
"been",
"bell",
"belt",
"best",
"bird",
"bite",
"blade",
"bold",
"bolt",
"bond",
"bone",
"book",
"boom",
"boot",
"born",
"both",
"bowl",
"bred",
"brew",
"bull",
"burn",
"bush",
"busy",
"cage",
"calm",
"came",
"camp",
"card",
"care",
"cart",
"case",
"cash",
"cast",
"cave",
"cent",
"chat",
"chef",
"chin",
"chip",
"city",
"clam",
"clap",
"clay",
"clip",
"club",
"clue",
"coal",
"coat",
"code",
"coil",
"coin",
"cold",
"colt",
"cord",
"core",
"cork",
"corn",
"cost",
"coup",
"crab",
"crew",
"crop",
"crow",
"cube",
"cure",
"curl",
"cute",
"dark",
"dart",
"data",
"date",
"dawn",
"days",
"dead",
"deal",
"dean",
"debt",
"deck",
"deed",
"deep",
"deer",
"desk",
"dew",
"dial",
"diet",
"dime",
"dirt",
"dish",
"disk",
"dive",
"dock",
"doll",
"dome",
"done",
"door",
"dose",
"dote",
"dove",
"down",
"draw",
"drop",
"drum",
"dual",
"duel",
"dune",
"dust",
"duty",
"each",
"earl",
"earn",
"ease",
"east",
"easy",
"edge",
"edit",
"epic",
"even",
"exam",
"exit",
"face",
"fact",
"fair",
"fall",
"fame",
"farm",
"fate",
"fern",
"file",
"fill",
"film",
"find",
"fire",
"firm",
"fish",
"fist",
"flag",
"flat",
"flaw",
"fled",
"flew",
"flip",
"flow",
"foam",
"fold",
"folk",
"fond",
"font",
"food",
"fool",
"fork",
"form",
"fort",
"foul",
"four",
"free",
"from",
"fuel",
"full",
"fund",
"fuse",
"gain",
"gale",
"gaze",
"gear",
"gene",
"gift",
"girl",
"give",
"glad",
"glow",
"glue",
"goal",
"gold",
"golf",
"gone",
"good",
"gore",
"gown",
"grab",
"grin",
"grip",
"grow",
"gulf",
"hall",
"halt",
"hare",
"harm",
"harp",
"haul",
"have",
"haze",
"head",
"heap",
"heat",
"heel",
"help",
"herb",
"hide",
"high",
"hill",
"hint",
"hire",
"hold",
"hole",
"home",
"hook",
"hope",
"horn",
"huge",
"hull",
"hunt",
"hymn",
"icon",
"idea",
"idle",
"inch",
"into",
"iris",
"iron",
"jade",
"jail",
"jest",
"join",
"joke",
"jury",
"just",
"keen",
"keep",
"kern",
"kind",
"king",
"knee",
"knew",
"knit",
]);
//# sourceMappingURL=FALLBACK_WORDLIST.js.map