Decrypt a short RC4 sample
Input
legacy-key Base64 encrypted text
Output
hello world
Useful for reversing an RC4-encrypted sample.
Developer Tools
Review practical RC4 Decrypt examples so you can understand expected input, output, and common patterns faster.
Use this RC4 Decrypt tool to reverse RC4-encrypted Base64 text using the original passphrase. It is useful for legacy compatibility testing, reversible development workflows, encrypted sample validation, and checking whether RC4-encrypted values can be decoded back into readable text correctly.
Example pages are especially useful for developer tools because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
Input
legacy-key Base64 encrypted text
Output
hello world
Useful for reversing an RC4-encrypted sample.
Input
demo-pass Base64 encrypted text
Output
api_key=12345
Useful for checking reversible RC4 output on short strings.
Fix: Use exactly the same passphrase that was used during encryption.
Fix: Paste Base64 ciphertext produced by the matching RC4 encrypt flow.
Fix: Put the passphrase first and the ciphertext below it.
Fix: This usually means the passphrase or ciphertext format is wrong.
Fix: Use the matching decrypt tool for the actual cipher.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main RC4 Decrypt page and test your own real input.