brix / crypto-js

JavaScript library of crypto standards.
Other
15.89k stars 2.39k forks source link

Remove special characters other then = . #430

Open MuhammadFayez opened 2 years ago

MuhammadFayez commented 2 years ago

please remove special characters other then = . Special characters like +, / are creating mess while making url and reading query params from url .

Thankyou.

OptimusPi commented 2 years ago

Can you give an example? I noticed in the most recent release there is a URL safe Base64 function.