Replies: 2 comments 1 reply
-
Are you thinking about something that would detect Base64 and show the decoded version next to it? Doing automatic decoding like this sound very easy. I could also let you modify the value of the decoded text and get it re-encoded automatically. I'm not sure how I would make the UI work for encoding a value out of nowhere to base64 without it being too much in the way. I think doing it contextually is the best way for UX but it could be hard to "guess" :) (Maybe I can implement shortcuts, like "@base64" |
Beta Was this translation helpful? Give feedback.
-
Yes, maybe start with that as a first iteration and see how it works out.
I also think that Base64 and URL enoding can be
detected easily.
|
Beta Was this translation helpful? Give feedback.
-
Cookies are typically base64 or URL encoded. As a software developer, displaying the decoded value would significantly enhance efficiency. Moreover, having the capability to swiftly encode a provided value would be beneficial.
Beta Was this translation helpful? Give feedback.
All reactions