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
{{ message }}
This repository has been archived by the owner on May 25, 2022. It is now read-only.
In the "encrypt and decrypt files" project in the line 3 and 4 there are an error:
from Cryptodome.Cipher import AES
from Cryptodome import Random
must be
from Crypto.Cipher import AES
from Crypto import Random
The text was updated successfully, but these errors were encountered: