JavaScript atob operation using PHP -


i know if possible decrypt javascript encrypted text (which encrypted using javascript's btoa function), using php.

have @ base64_decode().

javascripts btoa() encodes string using base64. php functions base64_encode() , base64_decode().


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -