I want to encrypt routes in ruby on rails application through routes file.
Sample URL: http://localhost:3000/users or http://localhost:3000/users/1/edit
Encrypted URL: http://localhost:3000/dshfkhjkbkbjkdfjkfdhk or http://localhost:3000/dshfkhjkbkbjkdfjkfdhk/dskjfs/hdfkjdf
It's possible to encrypt using any gem. How to manage all routes encryption at the Application level
Thank you in Advance