Skip to content

ERROR: Crypto module missing, however it is installed #40

Description

@dfirhoze

Running on a Mac with Python 3.10.0. Any quick fix suggestions?

user@AdminisatorsMBP cLeapp % python3 cleapp.py --help
Traceback (most recent call last):
File "/Users/user/Desktop/DFIR TOOLS/cLeapp/cleapp.py", line 10, in
from scripts.cleap_artifacts import *
File "/Users/user/Desktop/DFIR TOOLS/cLeapp/scripts/cleap_artifacts.py", line 18, in
from scripts.artifacts.chromeLoginData import get_chromeLoginData
File "/Users/user/Desktop/DFIR TOOLS/cLeapp/scripts/artifacts/chromeLoginData.py", line 6, in
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions