First of all thank you for the website, it's very useful.
Can you add an options to change base64 type, please? Not sure how explain this better, by example in Go encoding/base64 package there are few options for this https://pkg.go.dev/encoding/base64#pkg-variables
- RawStdEncoding
- RawURLEncoding
- StdEncoding
- URLEncoding
Thanks!
First of all thank you for the website, it's very useful.
Can you add an options to change base64 type, please? Not sure how explain this better, by example in Go
encoding/base64package there are few options for this https://pkg.go.dev/encoding/base64#pkg-variablesThanks!