https://github.com/glebegor/xor-c
xor cipher in c language
https://github.com/glebegor/xor-c
clang cmake cpp xor-cipher
Last synced: 9 months ago
JSON representation
xor cipher in c language
- Host: GitHub
- URL: https://github.com/glebegor/xor-c
- Owner: Glebegor
- Created: 2024-10-24T08:21:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-24T17:04:49.000Z (over 1 year ago)
- Last Synced: 2024-10-25T06:53:40.139Z (over 1 year ago)
- Topics: clang, cmake, cpp, xor-cipher
- Language: Makefile
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xor in c
## Description
Script to decrypt and encrypt by xor.
## Makefile
### Mac build
to build:
```
make build
```
to run:
```
make run
```
to build and run:
```
make build-run
```
## win1250
Binary;Hex;Unicode;Windows-1250;Character
We use ';' to separate cols in win1250.txt, so 0x3B(';' char) is hardcoded.
Char that's malso ean system character in win1250.txt: 00010111;0x23;0023;23;#
### Codes To Use /x form
0x00-0x20, 0x7F, 0x81, 0x83, 0x88, 0x98,0x90, 0xA0, 0xAD