SimpleCiphers

A C# library for plain text encryption and decryption for simple, but fun ciphers.

GPL-3.0 License

Stars
0
Committers
1

Bot releases are visible (Hide)

SimpleCiphers - v2.0.4 Latest Release

Published by Quantam-Studios 10 months ago

  • Add the Viginere() method for encrypting and decrypting with a key.
SimpleCiphers - v2.0.3

Published by Quantam-Studios 11 months ago

  • 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().
SimpleCiphers - v2.0.0

Published by Quantam-Studios 12 months ago

  • Added the Decryption class which contains methods to decrypt all currently supported encryption methods.
  • Made Encryption.Morse() run significantly faster via a Dictionary.