Sathya Packirisamysathyaprakash.hashnode.dev·Aug 4, 2024Enhancing Data Security in Web Applications: A Centralized vs. Decentralized Encryption ApproachIn today’s digital age, securing sensitive data in web applications is more crucial than ever. Whether you're handling user information, payment details, or confidential documents, ensuring that data is encrypted both in transit and at rest is a fund...crypto-js
Arvind Kumar Thoppedesigntodeployment.hashnode.dev·Aug 2, 2024Secure Data: CryptoJS and Salesforce AMPScript Encryption and DecryptionThis guide helps developers encrypt a given string or value using Salesforce AMPScript and decrypt it using the CryptoJS library on the frontend or backend. The challenge is to get AMPscript in the Salesforce Platform to generate a cipher that Crypto...Security
Vaibhav Dubeycodedotvaibhav.hashnode.dev·Jul 1, 2024Tips to Encrypt API Request and Response for Better SecurityIn modern web development, keeping data secure between the client and server is crucial. One way to do this is by encrypting and decrypting request and response bodies. In a recent project, I used this method with React on the client side and Node.js...3 likes·39 readsencryption
Akash Kumarakaashvaa.hashnode.dev·Feb 28, 2024Are you exposing your localStorage data ?prerequisite : Reactjs and zustand here we will see how we can decrypt our localStorage data in the zustand. Zustand : It's state management library like redux or RTK. first let see how our normal global state look like. consider it as a simple todo...1 like·49 readsReact
Shubham Suryavanshireversezomb.hashnode.dev·May 26, 2023Cryptography 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...1 like·67 readscrypto-js
Anurag Srivastavknightblogs.hashnode.dev·Apr 15, 2023Authentication with Express, Mongodb and jsonwebtokenHello Everyone and welcome back to the new Blog. Today we will learn how to implement authentication in Node js using express js and MongoDB Database. This blog is going to be fully technical but you don't need to worry just stay with me for the next...1 like·58 readsExpress.js