You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
cipheycore don't have support for python 3.9 on windows, it's weird since I looked up the pip repository and it has support for linux/macos cp39
Workaround: install virtualenv, pyenv and "pyenv exec virtualenv venv_folder --python=python3.8.10"
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: [e.g. Windows, Debian 11.0, Arch, OS X El Capitan]
Windows
Python version: [python3 --version]
3.9.7
Ciphey versions: [python3 -m pip show ciphey cipheycore cipheydists]
5.14.1, 0.3.2
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:
What input did you use?
What flags / arguments did you use?
Expected behavior
A clear and concise description of what you expected to happen.
Any other information?
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Yes, CipheyCore is not built for Python 3.9 on Windows. You have to use Python 3.7 or Python 3.8 on Windows. We are not working on Ciphey anymore and it is deprecated. We are remaking Ciphey in Rust due to numerous reasons. Read the pinned issue: #764
Describe the bug
A clear and concise description of what the bug is.
cipheycore don't have support for python 3.9 on windows, it's weird since I looked up the pip repository and it has support for linux/macos cp39
Workaround: install virtualenv, pyenv and "pyenv exec virtualenv venv_folder --python=python3.8.10"
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.
Version
⚠️ IMPORTANT⚠️ We need this information because different environments will induce different bugs in Ciphey
No.
Verbose Output
Run Ciphey with
ciphey -vvv
and paste the results into Pastebin.com or a GitHub GistTo Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Any other information?
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: