Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

base64 encode or decode cookie values#130

WolfSoko started this conversation inIdeas
Discussion options

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.

You must be logged in to vote

Replies: 2 comments 1 reply

Comment options

Are you thinking about something that would detect Base64 and show the decoded version next to it?
Kinda like this quick sketch I just did:
image

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"

You must be logged in to vote
0 replies
Comment options

Yes, maybe start with that as a first iteration and see how it works out.I also think that Base64 and URL enoding can bedetected easily.
You must be logged in to vote
1 reply
@WolfSoko
Comment options

image

For an first iteration something like that with small klickable links under the value field could be helpfull. When the user clicks, just replacing the shown value of the cookie inside the value field

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Ideas
Labels
None yet
2 participants
@WolfSoko@Moustachauve

[8]ページ先頭

©2009-2025 Movatter.jp