Base64’s encodeBase64 Issue
We have an application where we are converting a credit card number into a hashstring for storing it into the database. We have started facing an issue where Base64.encodeBase64(byte[]) is returning different byte[] output for same input byte[]. The issue is random, sometimes it generates same and other times it returns different. Also we are observing this on a specific environment only.