Skip to content

Releases: Quantam-Studios/SimpleCiphers

v2.0.4

17 Dec 07:07
Compare
Choose a tag to compare
  • Add the Viginere() method for encrypting and decrypting with a key.

v2.0.3

01 Dec 02:19
Compare
Choose a tag to compare
  • Fixed major bug where the package was built as a dotnet tool. This made it significantly smaller as well compatible with applications once again.
  • Removed extra space after a "/" in Encrypt.Morse().

v2.0.0

31 Oct 21:49
Compare
Choose a tag to compare
  • Added the Decryption class which contains methods to decrypt all currently supported encryption methods.
  • Made Encryption.Morse() run significantly faster via a Dictionary.