An open API service indexing awesome lists of open source software.

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

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