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

encrypt/decrypt files #528

Open
Open
@AlessandroFrasconi

Description

@AlessandroFrasconi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions