frohoff / ciphr

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; mostly intended for ad hoc, infosec-related uses.
MIT License
115 stars 30 forks source link

Feature: Text encoding #5

Open vdun opened 8 years ago

vdun commented 8 years ago

Add more text encoding like: UTF-8, UTF-16, ... For example: ciphr '"AA" utf16 hex' -> 00410041

frohoff commented 8 years ago

Can you elaborate more on what exactly you'd like to see it do?