in reply to Re: how to encrypt a string...
in thread how to encrypt a string...
How about the old bleach invisible encoding like this:
my $string = "foobar"; my $enc = unpack 'b*', $string; $enc =~ tr/01/ \011/; print "This is \$enc '$enc'\n"; $enc =~ tr/ \011/01/; print "Now this is \$enc '", (pack 'b*', $enc) , "'\n";
This is really hard to *see* let alone read - I'd call that a hidden field :-)
cheers
tachyon
s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
|
|---|