Cryptography in React with CryptoJS
May 26, 2023 · 2 min read · I was looking for way to encrypt a JWT token that's when I found out about an npm package crypto-js. This package is used for hashing & encryption. This is a guide how to use crypto-js. 1. Installation npm install crypto-js 2. Import in JS file impor...
Join discussion