cito-linux.com[ ]lomiller:
> /home/lomiller/register
67 cito-example.pl
Encrypting data is taking that which is human readable like:
dave@cito-ondemand.com
and making it totally unrecognizable like this:
?Ces44zlU773Uc5cYdIBDJWCgP322.U@nS*WJs6?69US-@9U%W6-[
So Command: citocrypt -e cito dave@cito-ondemand.com
Produces: ?Ces44zlU773Uc5cYdIBDJWCgP322.U@nS*WJs6?69US-@9U%W6-[
And to reverse it:
Command: citocrypt -d cito ?Ces44zlU773Uc5cYdIBDJWCgP322.U@nS*WJs6?69US-@9U%W6-[
Produces: dave@cito-ondemand.com
cito-linux.com[ ]lomiller:
> /home/lomiller/register