https://github.com/hanilr/ed
Encoder - Decoder Written In C++
https://github.com/hanilr/ed
cpp encoder-decoder terminal-app
Last synced: about 1 year ago
JSON representation
Encoder - Decoder Written In C++
- Host: GitHub
- URL: https://github.com/hanilr/ed
- Owner: hanilr
- License: mit
- Created: 2021-12-20T12:10:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T13:01:24.000Z (over 4 years ago)
- Last Synced: 2024-07-21T17:57:56.843Z (almost 2 years ago)
- Topics: cpp, encoder-decoder, terminal-app
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ENCODER - DECODER
Written in c++ for terminal.
* [About The Project](#about-the-project)
* [Guide](#guide)
* [Build](#build)
# About The Project
I was watching spycraft on Netflix and I was impressed about encrypting system. So I decided to make one of them! I can't send to somewhere and also I don't need to send but this project did improve my knowledge about programming. So if you want to use first of all you need to look guide. And also if you find a bug or an error please leave an issue!
# Guide
## Help - "` ed -h `"

## Rule - "` ed -r `"

# Build
Building is easy just enter the directory and type: ` make `
## Missing Part
Encoding and Decoding as an integer is limited to 2,147,483,647. So if you typed higher or result will be higher then result will be incorrect.