Skip to content

jcorbin/unicipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniCipher 𓂀

A Zig response to and further musing inspired by https://github.com/klnusbaum/unicipher.

Build / Test / Install

  • you'll need the latest zig nightly and probably some luck
    • it won't build with zig v0.10 release
    • it may not build with a moving target once I stop developing this repo
  • run tests with zig build test
  • easy dev mode running via zig build run-enc and zig build run-dec
  • or just drive zig-out/bin/unicipher after running zig build

You may also want to run something like zig build -p $HOME/.local to install a copy of the unicipher binary into your path (presuming you've got $HOME/.local/bin in $PATH).

Usage

Run unicipher -h for full details, but a basic round-trip demo looks like:

$ echo hello | unicipher encrypt | unicpher decrypt

About

Dreaming in unicode space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages