I\'m trying to encrypt simple text in Python. this is JavaScript Code:
import { CryptoJS } from \'crypto\' CryptoJS.AES.encrypt(message, key)
How