Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

base64 without escape characters

Friendly Hawk answered on December 30, 2022 Popularity 9/10 Helpfulness 3/10

Contents


More Related Answers


base64 without escape characters

3

Base64 encoding/decoding will have unsafe url characters. Generally the best solution to this problem is url_encode/url_decode the base64 encoded string (most languages have simple method for url_encoding/decoding): what if we keep going so that there could be some overlap if we are not.

Another approach is to replace the url unsafe character when encoding then replace them back when decoding like so:

Note: Most languages have some built in function for url safe base64 encoding/decoding.

Popularity 9/10 Helpfulness 3/10 Language javascript
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Dec 30 2022
Friendly Hawk
0 Answers  Avg Quality 2/10

Closely Related Answers



0
Popularity 5/10 Helpfulness 1/10 Language php
Source: Grepper
Tags: base64 php
Link to this answer
Share Copy Link
Contributed on Jan 04 2023
Friendly Hawk
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.