Skip to content

Instantly share code, notes, and snippets.

View awnigharbia's full-sized avatar
🐢
Just moving on

Awni Gharbia awnigharbia

🐢
Just moving on
View GitHub Profile
const plainText = 'ATTACK IS TONIGHT'
const key = [[3, 10, 20], [20, 9, 17], [9, 4, 17]]
let cipherText = ''
const letter = [
'A',
'B',
'C',
'D',
'E',