implemented in c++
main.exe [code] [command] [message]
code
: the coding scheme to use (hamming
,rs
,aes
,rsa
)command
: toencode
ordecode
the messagemesage
: the message data, ascii characters for encoding, hex for decoding
- Hamming code (
hamming
) - Reed Solomon (
rs
) (need to implement partial encoding)
- AES (
aes
) (incomplete) - RSA (
rsa
)