UNPKG
securex
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Military-grade AES-256-GCM encryption library for tokens and data, a secure JWT alternative
securex
/
src
/
index.ts
16 lines
(15 loc)
•
283 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
{ encryptToken, decryptToken, generateKey, sign, verify, batchEncrypt, batchDecrypt }
from
'./services/encrypt-tokens'
;
export
{ encryptData, decryptData, batchData, batchDataDecrypt }
from
'./services/encrypt-data'
;