-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Bug 61801 HEX and Base64 function #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bug 61801 - New function : Allow easy HEX and Base64 encode / Decode
Bug 61801 - New function : Allow easy HEX and Base64 encode / Decode
New function HEX and Base64
|
Most implementations of those en-/decoders, that I know of, are restricted to one direction, only. This function works in both directions, which might be a bit confusing. Why not use If we really want to have one encoder/decoder, would it be better to separate this at least into two functions? |
|
@FSchumacher The enhancement created by Philippe Mouawad |
|
|
Hello, Thanks |
Description
New function : Allow easy HEX and Base64 encode / Decode
_encodeDecode(string, mode,output variable) where mode is:
BASE64_ENCODE
BASE64_DECODE
HEX_ENCODE
HEX_DECODE
Motivation and Context
Bug 61801 - New function : Allow easy HEX and Base64 encode / Decode
How Has This Been Tested?
Java JUnit tests
Screenshots (if appropriate):
Types of changes
Checklist: