Skip to content

wTool/Hill-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

var Encrypt = calculateDisplay({"alphabet": "abcdefghijklmnopqrstuvwxyz ,.","key": "lnzqhfsygmecwiut","text": "fuck internet","method": "c"})
//degqejjfqb ,rejg
var Decrypt = calculateDisplay({"alphabet": "abcdefghijklmnopqrstuvwxyz ,.","key": "lnzqhfsygmecwiut","text": "degqejjfqb ,rejg","method": "d"})
//fuck internet

https://planetcalc.com/3327/

About

Hill cipher encryption, decryption, and key searching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published