Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while calling Ciphey after successful installation on windows 7 #768

Open
intelligi123 opened this issue Mar 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@intelligi123
Copy link

⚠️IMPORTANT⚠️ if you do not fill this out, we will automatically delete your issue. We will not help anyone that cannot fill out this template.

Describe the bug
I have successfully installed Ciphey on Windows 7 having python version 3.7.0 and python is 64 bit as well. During installation I didn't get any error and all dependencies were installed seamlessly.

Now when I call Ciphey and it gives me this 'module not found' error.

C:\Users\software>ciphey -- "hi this"
Traceback (most recent call last):
File "C:\Users\software\AppData\Local\Programs\Python\Python37\lib\runpy.py",
line 193, in run_module_as_main
"main", mod_spec)
File "C:\Users\software\AppData\Local\Programs\Python\Python37\lib\runpy.py",
line 85, in run_code
exec(code, run_globals)
File "C:\Users\software\AppData\Local\Programs\Python\Python37\Scripts\ciphey.
exe_main
.py", line 4, in
File "C:\Users\software\AppData\Local\Programs\Python\Python37\lib\site-packag
es\ciphey_init
.py", line 1, in
from . import basemods, common, iface
File "C:\Users\software\AppData\Local\Programs\Python\Python37\lib\site-packag
es\ciphey\basemods_init_.py", line 1, in
from . import Checkers, Crackers, Decoders, Resources, Searchers
File "C:\Users\software\AppData\Local\Programs\Python\Python37\lib\site-packag
es\ciphey\basemods\Crackers_init_.py", line 1, in
from . import (
File "C:\Users\software\AppData\Local\Programs\Python\Python37\lib\site-packag
es\ciphey\basemods\Crackers\affine.py", line 6, in
import cipheycore
File "C:\Users\software\AppData\Local\Programs\Python\Python37\lib\site-packag
es\cipheycore_init_.py", line 13, in
from . import _ciphey_core_py
ImportError: DLL load failed: The specified module could not be found.

Plaintext
⚠️IMPORTANT⚠️ The below code is non-negotiable for "Ciphey didn't decrypt...." problems. If you do not tell us your plaintext, we will not help you.

Include your plaintext here, replacing this 

Version
⚠️IMPORTANT⚠️ We need this information because different environments will induce different bugs in Ciphey

  • OS/Distro: [windows 7]
  • Python version: [3.7.0]
  • Ciphey versions:
    Name: ciphey
    Version: 5.14.0
    Summary: Automated Decryption Tool
    Home-page:
    Author: Brandon
    Author-email: brandon@skerritt.blog
    License: MIT
    Location: c:\users\software\appdata\local\programs\python\python37\lib\site-pack
    ages
    Requires: appdirs, base58, base91, cipheycore, cipheydists, click, flake8, logur
    u, mock, pybase62, pylint, pywhat, pyyaml, rich, typing_inspect
    Required-by:

Name: cipheycore
Version: 0.3.2
Summary:
Home-page:
Author: Cyclic3
Author-email: cyclic3.git@gmail.com
License:
Location: c:\users\software\appdata\local\programs\python\python37\lib\site-pack
ages
Requires:
Required-by: ciphey

Name: cipheydists
Version: 0.3.35
Summary: A collection of distributions, character sets and dictionaries for use
in ciphey
Home-page:
Author: Cyclic3
Author-email: cyclic3.git@gmail.com
License:
Location: c:\users\software\appdata\local\programs\python\python37\lib\site-pack
ages
Requires:
Required-by: ciphey

  • Did you use Docker?
    No

Verbose Output
⚠️IMPORTANT⚠️ Verbose output will tell us why it's not working the way we expected it to be.
Run Ciphey with ciphey -vvv and paste the results into Pastebin.com or a GitHub Gist

To Reproduce
Steps to reproduce the behavior:

  1. What input did you use?
    Ciphey -- "texttodecrypt"
  2. What flags / arguments did you use?
    Nothing
    Expected behavior
    I expected to get decrypted text

Any other information?
I have to use Ciphey on windows environment.

@intelligi123 intelligi123 added the bug Something isn't working label Mar 21, 2023
@tucm
Copy link

tucm commented Jun 21, 2023

os:win11
python interpreter:Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
pip:23.1.2
input:ciphey --help
Everything else is the same as the author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants