Hi Shawn,

I have two Window machines one has *Server 2008 R2*and another on has *Server
2012 R2* with same *JDK version 1.8.*

I am working on a financial  application where I receive a base64 encoded
public encrypted value which I  need to decode using Base64, decrypt and
validate.

My program is working fine on Server 2008 R2, but when I try to run same on
Server 2012 R2 at that I am not getting SUCCESS.

I am using "*org.apache.axis.encoding.Base64.decode(otp)*" to acheive this.

After doing all verification I found there is something happening wrong
with Base64 decoding.

*I have checked java version of both System, bit version, processor etc
everything is same. *

In that case what is going wrong with Base64 decoding. I tried other Base
64 APIs to fix this and other options too.

But not getting what and where I should make change to acheive this? It is
crucial.....

Please suggest the fix to acheive for the same.

Regards

Manish Asolkar

On Jun 26, 2017 1:11 AM, "Shawn Milochik" <shawn.m...@gmail.com> wrote:

> We're missing what your question has to do with Go. This is a mailing list
> for the Go programming language. You seem to be asking a question about
> Java, which is not an appropriate topic here.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "golang-nuts" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/golang-nuts/oTWgYXbQ9DA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to