Skip to content

Releases: TERNION-1121/ezCipher

ezCipher v1.2.0

14 Feb 05:29

Choose a tag to compare

This release features a new cipher option, the Vigenère Cipher.

ezCipher v1.0.1

08 Feb 09:49
d8b44a5

Choose a tag to compare

Fix the key validation function for caesar cipher. Integer keys in the range $[1, 26]$ are only valid.

Updates in README.md of the main project.

Added directory cipher-explanations, which will hold explanations of the available ciphers in markdown format.

ezCipher v1.0.0

18 Jan 16:26
a5c53ae

Choose a tag to compare

ezCipher v1.0.0 offers the following functionality:

  • Encrypting or Decrypting multi-line textual input using Caesar and Substitution ciphers.

To know more about its functioning, check the README.md of the project.

Full Changelog: https://github.com/TERNION-1121/ezCipher/commits/v.1.0.0