Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

encrpting data in javascript

alert(btoa("category=textile&user=user1")); // ==> Y2F0ZWdvcnk9dGV4dGlsZSZ1c2VyPXVzZXIx
Comment

de-encrpting data in javascript

alert(atob("Y2F0ZWdvcnk9dGV4dGlsZSZ1c2VyPXVzZXIx")); // ==> category=textile&user=user1
Comment

PREVIOUS NEXT
Code Example
Javascript :: immutable js sort ascending and descending order 
Javascript :: how we use usefef in map function 
Javascript :: divide string in lines react native max width 
Javascript :: remove every element of array which starts with char text 
Javascript :: how to print date in javascript without time 
Javascript :: Make stepper with 2 values javascript 
Javascript :: put text inside an object javascript 
Javascript :: TypeError: t is not a function React 
Javascript :: After installing a basic setup using above command, install below npm packages 
Javascript :: JavaScript place auto complete 
Javascript :: how to allow the onclick event of a string in javascript 
Javascript :: col flex antd 
Javascript :: cancellable function 
Javascript :: open screen pdf on google drive react native expo 
Javascript :: javascript date now format yyyy-mm-dd hh24 mi ss 
Javascript :: dynamodb json to normal json 
Javascript :: node_modules/mongodb/lib/json.js:10 catch { } // eslint-disable-line 
Javascript :: only return inner hits from nested objects 
Javascript :: rest in object destructuring 
Javascript :: get size widget renderbox 
Javascript :: apps script openbyName 
Javascript :: javascript html find the largest number among 2 
Javascript :: online code converter javascript to typescript 
Javascript :: parse thymeleaf variable onclick 
Javascript :: how to use moment in angular 8 
Javascript :: if condition in jasper expression editor 
Javascript :: Kontol Javascript 
Javascript :: Falsy Bouncer 
Javascript :: Get 7 days Array 
Javascript :: how to write in uft-8 in write json file python 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =