https://github.com/zoomten/rc4-gameboy
RC4 cipher implementation in Game Boy assembly
https://github.com/zoomten/rc4-gameboy
Last synced: about 2 months ago
JSON representation
RC4 cipher implementation in Game Boy assembly
- Host: GitHub
- URL: https://github.com/zoomten/rc4-gameboy
- Owner: ZoomTen
- License: mit
- Created: 2021-08-24T13:26:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T13:27:52.000Z (almost 5 years ago)
- Last Synced: 2025-03-06T02:24:14.677Z (about 1 year ago)
- Language: Assembly
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RC4-Gameboy
An implementation of the standard [RC4 cipher](https://en.wikipedia.org/wiki/RC4) for Game Boy assembly
## Limitations
- Encrypted *and* decrypted messages are *both* NULL-terminated, it might cause problems
- Maximum length of message is 256 bytes
## License
See [LICENSE.md](LICENSE.md)