Anonymous 10/10/2023 (Tue) 13:36 No.33453 del
https://4archive.org/board/r9k/thread/30246071/#p30261343

$ unrot(){

prompt="$1"
abc="abcdefghijklmnopqrstuvwxyz"
for (( shift=25; shift>=1; shift--)); do
message="(<<<"$prompt" sed "yabc/${abc:$shift}${abc::$shift}/")"
echo "Message encoded with ROT$((26-$shift)):"
echo "$message"
echo ""
done
}


$ unrot 'oek qhu co iekbcqju, qdt y mybb tytysqju co byvu je oek. buj ki ru ijhedw qdt meha xqht veh q xqffo vkjkhu jxqj mu sqd ixqhu jewujxuh.'


>Message encoded with ROT16
>you are my soulmate, and i will didicate my life to you. let us be strong and work hard for a happy future that we can share together.

Message too long. Click here to view full text.