Todd,
I got tired of having clear-text passwords and other sensitive strings in my
raku scripts, so I wrote KHPH for myself for use on Linux/UNIX, then published
it. The idea catches criticism because it isn't encryption, but rather just a
little obfuscation. Sometimes a little obfuscation is
Okay, tooting my own horn here: this past week I posted my 600th Unix & Linux
StackExchange answer written in Raku:
https://unix.stackexchange.com/search?q=user%3A227738+Raku
Most of these answers are tagged "text-processing" (471 answers), while 122
answers mention the words "Raku" and "Unic
Hi All,
Fedora 41 (Linux)
Since my *.raku can be publicly read, how do I obscure
the contents of a variable so other can not read it?
Currently what I have been doing is setting the file's
ownership to root:root and the attributes to 700 so
only root can see it.
I would be nice to obscure a va
*From:* ToddAndMargo via perl6-users
*Sent:* Tuesday, May 20, 2025 5:29 AM
*To:* perl6-users
*Subject:* how do I hide a variable from viewing
Hi All,
Fedora 41 (Linux)
Since my *.raku can be publicly read, how do I obscure
the contents of a variable so other can not read it?
Currently what I