Problem EDIT: I’ve created a repo and uploaded it to Maven (still in dev though). Any suggestion or pull request […]
Tag: vigenere-cipher
A small custom encryption / decryption script
Problem I have made a small script for encrypting data. Now I’m wondering how efficient it is for normal users […]
Vigenère cipher in Ruby
Problem What I’m trying to do: implement the Vigenère cipher in Ruby. I already have a working version, but I […]
Vigenere Cipher – Haskell Implementation
Problem I’m reading ‘Haskell Programming from First Principles’ book written by Christopher Allen and Julie Moronuki. As part of the […]
Playing around with Vigenere and Caesar cipher – Java command line encryption program
Problem I came along these two ciphers in my cryptography book and though I’d implement them just for fun. After […]