This is a text-scrambling R shiny application. The code behind the operations is described in this blog post: https://www.statswithr.com/tutorials/scrambling-the-letters-of-a-message-with-r. This app scrambles a message mixed with random letters, using a password that controls the scrambling process. The next “Unscramble” tab takes the scrambled letters and original password to return the real message back to you. Don’t forget to clear the message fields before you use them! The R shiny code is posted on my GitHub page here: https://github.com/statswithrdotcom/Scrambler-Shiny-App.