Skip to content

Releases: NilsMT/Periodic-Encryption

v1.1.4

07 Jan 07:37
Compare
Choose a tag to compare

Version page

  • Removed a debug output (visual clutter while using generate_table()
  • Fixed README links

Full Changelog: v1.1.3...v1.1.4

v1.1.3

07 Jan 07:27
Compare
Choose a tag to compare

Version page

  • Checks if the public key characters are in row (otherwise throw an error)

Full Changelog: v1.1.2...v1.1.3

v1.1.2

16 Dec 19:58
Compare
Choose a tag to compare

Version page

  • Allows for the use of duplicated characters in the key
    • like "Hidden" has two "d", before it wouldn't allow it, now it does

Full Changelog: v1.1.1...v1.1.2

v1.1.1

14 Dec 17:18
Compare
Choose a tag to compare

Version page

  • Fixed README because of special characters, nothing more

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Dec 17:04
Compare
Choose a tag to compare

Version page

  • Fixed test

  • Improved the README and the code documentation

  • Added a way to encrypt string with set keys

  • Fixed a bug where character that aint included in table indexes can be turned to elements but the other way around cause the program to crash

  • Better imports

Full Changelog: v1.0.2...v1.1.0

v1.0.2

12 Dec 02:30
Compare
Choose a tag to compare

Version page

  • Removed output when using decode() and in the tests
  • Improved the README by adding an example that cover the essentials

Full Changelog: v1.0.1...v1.0.2

v1.0.1

12 Dec 02:10
Compare
Choose a tag to compare

Version page

  • Removed output when using encode()
    • Because it was showing the public and private key, which could lead to information leaks.
      use GiveKeysFromString() to get the keys

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 Dec 01:48
f6d9d68
Compare
Choose a tag to compare

Version page

  • Feature :
    • Encoding, decoding
    • Getting keys
    • Vigenere cipher
    • Chemical elements (and their custom functions)
    • Custom element class