Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

encrypt/decrypt files #528

Open
AlessandroFrasconi opened this issue Nov 14, 2021 · 0 comments
Open

encrypt/decrypt files #528

AlessandroFrasconi opened this issue Nov 14, 2021 · 0 comments

Comments

@AlessandroFrasconi
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant