Skip to content

Jellio320/Tack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tack (T)ext P(ack)er)

Still a WIP, a hobby project to learn C.

When working, the program will be able to encrypt/pack text by taking letters & the most common combinations of letters in the English language and encrypt them with a single ASCII(possibly include UTF-8 in the future for much larger combinations?) symbol and decrypt text that has been encrypted. For commands/escape character, '#', '[', and ']' will be used.

Example

The string "hello world" could be converted into "=&i0 8S-%"

Other

Referencing this website for ascii: https://www.ascii-code.com/

Releases

No releases published

Packages

No packages published