Skip to content

C library for basic string encryption/decryption + Rust & Zig bindings (work in progress)

License

Notifications You must be signed in to change notification settings

kenf1/cryptlibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Zig

Instructions

See Makefile for list of commands. Run in terminal with: make COMMAND

Cleanup:

make rstidy zigtidy

About

C library for basic string encryption/decryption + Rust & Zig bindings (work in progress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published