SSShubham Suryavanshiinreversezomb.hashnode.dev·May 26, 2023 · 2 min readCryptography in React with CryptoJSI 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...00