2.0.0 • Published 11 months ago

aes256cbc v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Installation

npm i aes256cbc

or

yarn add aes256cbc

Usage

import {SECURITY} from 'aes256cbc';

useEffect(()=>{ let encryptedText = SECURITY.encrypt('Applaunch') console.log('encryptedText',encryptedText) console.log(SECURITY.decrypt(encryptedText)) },[])

Authors

2.0.0

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago