add xor-encryption example
templates/010-nodejs/xor-encryption.js Neue Datei @@ -0,0 +1,3 @@ const word = Buffer.from("abcdef"); const key = Buffer.from("xyz");