8000 GitHub - ElijahLaMoon/vigenere: Scala implementation for Vigenere cipher
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ElijahLaMoon/vigenere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a little implementation of Vigenere cipher in Scala. It was written purely to show my capabilities of learning something at the speed light of light.

There's nothing fancy, it doesn't take arguments from the command line, there isn't any error handling, nothing. Just git clone this repository, and run it. That's it

Output should like this:

Enter your message: INTELLIAS
Enter your key: SCALA
Encrypted message: APTPLDKAD
Decrypted message: QLTTLTGAH
Enter your message: APTPLDKAD
Enter your key: SCALA
Encrypted message: SRTALVMAO
Decrypted message: INTELLIAS

About

Scala implementation for Vigenere cipher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0