Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lizmat
23 days ago
|
parent
|
context
|
favorite
| on:
Decoding the obfuscated bash script on a Uniqlo t-...
or
raku -e 'say "etbjxntqrdke".comb.map(*.succ).join'
srejk
23 days ago
[–]
This is just a ROT1, so perl -pe'y/a-z/b-za/'<<<etbjxntqrdke
forinti
23 days ago
|
parent
|
next
[–]
That makes for a cool rot13: /a-z/n-za-m/
librasteve
23 days ago
|
parent
|
prev
[–]
raku -pe 'tr/a..z/b..za/' <<< etbjxntqrdke
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
raku -e 'say "etbjxntqrdke".comb.map(*.succ).join'