Implementation of Hill cipher in Java
-
Updated
Jul 16, 2018 - Java
Implementation of Hill cipher in Java
Computer Security Course
A program that encrypts a given text in such a way that, instead of letters, the program outputs the atomic number of the element which chemical symbol corresponds to the encrypted letters, ignoring their case. The space between letters should be replaced with an asterisk, and the space between words should be replaced with two asterisks.
Add a description, image, and links to the cipher-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the cipher-algorithm topic, visit your repo's landing page and select "manage topics."