Skip to content

A collection of encoding codes implemented in C/C++

Notifications You must be signed in to change notification settings

ShiCheng-Lu/CodingCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of encodings

implemented in c++

Usage:

main.exe [code] [command] [message]

  • code: the coding scheme to use (hamming, rs, aes, rsa)
  • command: to encode or decode the message
  • mesage: the message data, ascii characters for encoding, hex for decoding

Error correction codes:

  • Hamming code (hamming)
  • Reed Solomon (rs) (need to implement partial encoding)

Cryptography codes:

  • AES (aes) (incomplete)
  • RSA (rsa)

About

A collection of encoding codes implemented in C/C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published