What is Hazer

A simple obfuscator/de-obfuscator gem

How to install

Run gem install hazer, then use the functions Hazer.encrypt and Hazer.decrypt from your Ruby program. For instance:

$ Hazer.encrypt 'hello'  # >
$ Hazer.decrypt 'hello'  # >

How to use from the command line

Install with gem install hazer, then run hazer -h for help. Example:

$ hazer --encrypt 'hello'  # >
$ hazer --decrypt 'hello'  # >