Session Management with Encryption
A simple session management library with encryption using crypto-js
and react-cookie
.
This library provides methods to securely store and retrieve session data in local storage, session storage, and cookies.
Features
- Encrypt and decrypt session data using AES encryption.
- Store and retrieve encrypted data from local storage, session storage, or cookies.
- Simple and easy-to-use API.
Installation
To install the package, use npm or yarn:
npm install session-management
yarn add session-management