Data Encryption with CryptoJS

preview_player
Показать описание
CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fast, and they have a consistent and simple interface.
In this video, we have used AES (Advanced Encryption Standard) method to encrypt and decrypt the data which is sent over the API. similarly, there are more methods and examples which can be used to perform the encryption of data before sending it over the internet.

Resources :

Рекомендации по теме
Комментарии
Автор

Hi there, thanks for the video.

Is it possible that we've made some changes to the code so that even if someone gets our hash, passkey and find out that we are using CryptoJS AES, they won't be able to extract the original plain text without our modified CryptoJS AES javascript?

engrrajonahmed