Skip to content

V0.2.1 Cipher Table Update

Choose a tag to compare

@SheepChef SheepChef released this 25 Oct 14:26
· 468 commits to main since this release
6135476

What's Changed

  • Merge V0.2.1 Cipher Table Update into main. by @SheepChef in #4
  • Extended Cipher Table to provide more randomness in encryption.

Backwards Compatibility

Since there is a cipher table addition, V0.2 couldn't decrypt the content encrypted in V0.2.1.

The addition-only Cipher table provides backwards compatibility, so that V0.2.1 could normally decrypt the content encrypted in V0.2.

Compiled Binaries

From now on, I use static compilation by default to provide higher compatibility.

Since the project is single-file and relatively small, there is no need to concern about the disadvantages it brought.

Full Changelog: V0.2...V0.2.1