We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Encountered decoding this in a recent month long CTF. I suggest adding its decoder.
The implementation for base65536 is standard. So adding a decoder should not be very tough. The priority could be around 0.05.
The text was updated successfully, but these errors were encountered:
That already exists, it's just not in the newest release. https://github.com/Ciphey/Ciphey/wiki/Supported-Ciphers
Additionally, we are not working on Ciphey anymore. We are remaking Ciphey in Rust due to numerous reasons. Read the pinned issue: #764
Base65536 is already in Ares. bee-san/Ares#61
Sorry, something went wrong.
Yes, I just realised sorry
No branches or pull requests
Problem:
Encountered decoding this in a recent month long CTF. I suggest adding its decoder.
Solution:
The implementation for base65536 is standard. So adding a decoder should not be very tough. The priority could be around 0.05.
The text was updated successfully, but these errors were encountered: