Cryptography in React with CryptoJS
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...
reversezomb.hashnode.dev2 min read