You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encrypt clipboard data before sending it over the network using the encrypt() function from aes_crypto.py. The function should use the AES key and IV from config.json, where both values are base64-encoded.
Also modify aes_crypto.py to read key and iv values from config.json