Need decryption script [closed]

Your “encryption” turned out to be just base-64. This isn’t encryption at all… just another encoding.

You can encode/decode base64 in JS. See here: Base64 encoding and decoding in client-side Javascript

Leave a Comment