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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -