Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

js encryption

// encrypting
const encrypted_text = crypt("salt", "Hello"); // -> 426f666665

// decrypting
const decrypted_string = decrypt("salt", "426f666665"); // -> Hello
Comment

PREVIOUS NEXT
Code Example
Javascript :: dropzone csrf codeigniter 
Javascript :: vue js tutorial 
Javascript :: what is npm audit 
Javascript :: jquery use variable in string "without" concatenate 
Javascript :: redux toolkit with redux persist 
Javascript :: javascript array any 
Javascript :: convert int to timestanp js 
Javascript :: express send code 
Javascript :: javascript get element by id and class 
Javascript :: macos start simulator from cli 
Javascript :: Javascript stringify with functions 
Javascript :: htpp status 
Javascript :: vue 3 route params 
Javascript :: mongodb.connect is not a function 
Javascript :: angular date pipe 
Javascript :: v-btn click 
Javascript :: get last letter of string javascript 
Javascript :: js settimeout wait element 
Javascript :: check for string anagram javascript 
Javascript :: Pass Props to a Component Using default parameters in react 
Javascript :: code that will execute at a certain day and time javascript 
Javascript :: Lodash.chunk chunk 
Javascript :: jsx style styling 
Javascript :: onfocus js 
Javascript :: how to update node js through terminal 
Javascript :: knexjs search uppercase 
Javascript :: react native meter 
Javascript :: find unique value on array 
Javascript :: jsdoc for express routes 
Javascript :: react must be in scope when using jsx 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =