DEV Community

Discussion on: Is this exact encryption possible with any react library?

Collapse
 
okrohan profile image
Rohan Salunke

React has nothing to do with encryption! You could try CryptoJS AES cipher with CTR mode
cryptojs.gitbook.io/docs/#ciphers

Collapse
 
dhruvsharma001 profile image
Dhruv Sharma • Edited

I know what I meant was with js or any encrypting library .. this isn't possible with cryptojs I tried but this exact encryption is not possible ..