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
- Host: GitHub
- URL: https://github.com/kenf1/cryptlibc
- Owner: kenf1
- License: gpl-3.0
- Created: 2024-07-04T13:47:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T13:45:53.000Z (3 months ago)
- Last Synced: 2025-02-21T14:34:37.558Z (3 months ago)
- Topics: c, c-library, ffi-bindings, rust, zig
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```