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

https://github.com/kenf1/cryptlibc

C library for basic string encryption/decryption + Rust & Zig bindings
https://github.com/kenf1/cryptlibc

c c-library ffi-bindings rust zig

Last synced: about 1 month ago
JSON representation

C library for basic string encryption/decryption + Rust & Zig bindings

Awesome Lists containing this project

README

        

## cryptlibc

A C library for basic string encryption. Based on ROT13 algorithm. C main binary compiled with [Zig](https://ziglang.org/). Includes bindings to other languages (see [Bindings](#bindings) for full list).

### Usage

- For learning purpose only
- "virtually no cryptographic security" = not intended for production

### Bindings

- Rust
- Zig (v0.13.0)

### Instructions

See `Makefile` or run `make help` for list of available commands.

Cleanup:

```{bash}
make alltidy
```