ciphr
ciphr copied to clipboard
CLI crypto swiss-army knife for performing and composing encoding, decoding, encryption, decryption, hashing, and other various cryptographic operations on streams of data from the command line; mostl...
Add more text encoding like: UTF-8, UTF-16, ... For example: `ciphr '"AA" utf16 hex'` -> `00410041`
...instead of stack traces
Support loading plugins that register additional functions from external gems. This should probably include some sort of unique namespacing and short name aliasing for functions.
Document language syntax for things like literals, function calls, pipes, files, etc.