Skip to content

Instantly share code, notes, and snippets.

Avatar
👋
Hey yo!

Awni Gharbia awnigharbia

👋
Hey yo!
View GitHub Profile
View Hill-cipher.js
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',