Skip to content
This repository was 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

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

No branches or pull requests

1 participant