Skip to content

klnusbaum/unicipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniCipher 𓂀

A smiple utf8 cipher.

This is a joke. See https://www.knusbaum.org/posts/unicipher for more infomation. Don't actually use this for encryption or anything that ever touches production.

Usage

UniCipher can be used to encrypt or decrypt text, to and from UTF-8 characters:

$ unicipher --encrypt "hello"
㨥㬬寀
$ unicipher --decrypt "㨥㬬寀"
hello

Input is also accept from stdin or from a file via the --input-file option. By default, the results are sent to stdout but can be sent to a file via the --output-file option.

Building

To build unicipher, cargo build. No other dependencies are needed.

About

A smiple utf8 cipher

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages