If a third service call my program and then i test the string with Base64 and i secret key that i have defined as static. But my program run with java 1.6 (base64 work on 1.8). There are any alternative? (Sorry for bad english)
Asked
Active
Viewed 51 times
0
-
I'm not sure if it runs on java 6 but take a look at Apache commons-codec library. – Amongalen Apr 28 '20 at 12:29
-
1Does this answer your question? [Which Java library provides base64 encoding/decoding?](https://stackoverflow.com/questions/14413169/which-java-library-provides-base64-encoding-decoding) – Amongalen Apr 28 '20 at 12:30