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

Feature request: Rabbit Stream Cipher #1404

Closed
jiayuqi7813 opened this issue Aug 30, 2022 · 2 comments · Fixed by #1450
Closed

Feature request: Rabbit Stream Cipher #1404

jiayuqi7813 opened this issue Aug 30, 2022 · 2 comments · Fixed by #1450
Labels

Comments

@jiayuqi7813
Copy link

Is your feature request related to a problem? Please describe.
When I was trying to decrypt some Rabbit stream passwords, online sites would not be able to decrypt the data because of salt, and when the data is too large, it will also be unable to decrypt the data, hopefully CyberChef will add Rabbit decryption

Describe the solution you'd like
Added encryption and decryption support for Rabbit Stream Chiper

Describe alternatives you've considered
Other tools can decrypt Rabbit data, but not when the amount of data is too large or when there is VI

@Lazzzaro
Copy link

And it would be better if with-salt and no-salt Rabbit Stream Cipher are both supported.

@mikecat
Copy link
Contributor

mikecat commented Oct 28, 2022

I tried implementing that.

My implementation processed 100MB (100,000,000B) input in about 20 seconds
on Firefox 106.0.2 and Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz.
However, processing larger input looked difficult.

Does this satisfy your requirements, especially being able to handle large data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants