feat: 🚧 Starting low level

This commit is contained in:
2023-12-08 10:02:50 +01:00
commit de2700067e
5 changed files with 9 additions and 0 deletions

3
Javascript/low.js Normal file
View File

@ -0,0 +1,3 @@
const phrase = document.getElementById("phrase").value;
const token = md5(rot13(phrase));
console.log(token);