Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 430 Bytes

File metadata and controls

14 lines (9 loc) · 430 Bytes

cryptlibc

A C library for basic string encryption. Based on ROT13 algorithm. C main binary compiled with Zig. Includes bindings to other languages (see Bindings for full list).

Usage

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

Bindings

  • Rust (C FFI)
  • Zig (v0.13.0) (C FFI, no longer supported)
  • Go (dynamic library)