An open API service indexing awesome lists of open source software.

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

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)