UNPKG

zexson_toolkit

Version:

Zexson Toolkit is a powerful encryption and tokenization library developed by Zexson Team. It offers proprietary encryption algorithms, high-security random token generation, and advanced object comparison features. It includes many advanced security func

5 lines (4 loc) 285 B
export { decrypt, decryptBody, decryptObject, encrypt, encryptBody, encryptObject, isEqual } from './src/crypt'; export { isEquals } from './src/fun'; export { characterSets, tokenGenerator } from './src/generator'; export type { CharacterSetType, SchemaType } from './src/types';