cljk commented on issue #24: Base64 should be open for different alphabets URL: https://github.com/apache/commons-codec/pull/24#issuecomment-514363170 You´re right. I added one unit test to check the encoding output of using a custom alphabet by comparing it to the default alphabet output. I made the byte arrays of the alphabets `public`. Not just because I needed it for the unit test but I think that the encoding table might be necessary elsewhere in other projects?! If this is not wanted I´ll copy the array to the test-case... When my personal project with the shadow table is finished I´d like to add the crypt table.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
