Skip to content

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

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

23 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 or run make help for list of available commands.

Cleanup:

make alltidy

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published