UNPKG

xypriss-security

Version:

XyPriss Security is an advanced JavaScript security library designed for enterprise applications. It provides military-grade encryption, secure data structures, quantum-resistant cryptography, and comprehensive security utilities for modern web applicatio

14 lines (12 loc) 320 B
const BUFFER_SECURITY_CONSTANTS = { CANARY_SIZE: 16, ENCRYPTION_KEY_SIZE: 32, NONCE_SIZE: 24, MAC_SIZE: 16, FRAGMENT_SIZE: 64, MAX_FRAGMENTS: 256, OBFUSCATION_ROUNDS: 7, MEMORY_POISON_PATTERN: 0xdeadbeef, }; export { BUFFER_SECURITY_CONSTANTS }; //# sourceMappingURL=buffer.const.js.map