UNPKG

xypriss-security

Version:

Advanced High-Performance Security Framework. Military-grade encryption, post-quantum resilience, and fortified data structures.

22 lines 933 B
/*************************************************************************** * XyPriss Security - Advanced High-Performance Security Framework * * @author NEHONIX (Nehonix-Team - https://github.com/Nehonix-Team) * @license Nehonix Open Source License (NOSL) * * Copyright (c) 2025 NEHONIX. All rights reserved. ****************************************************************************/ export { Password } from "./core/Password"; /** * # XyPriss Security * * An advanced, high-performance security framework powered by a Go-based core. */ export * from "./core/index"; export * from "./components/index"; export * from "./utils/index"; export * from "./components/encryption/index"; export * from "./components/serializer"; export * from "./components/cache/SecureCacheAdapter"; export { CHARSETS, MIN_GENERATE_LENGTH, MAX_GENERATE_LENGTH, getWordlist, } from "./mods/PasswordMDict"; //# sourceMappingURL=index.d.ts.map