Skip to content

Releases: amculin/php-vigenere-cipher

Vigenere Cipher v1.3

25 Jun 02:20
a004a53
Compare
Choose a tag to compare
  • Encrypt with the Radix-64 (Base64 character list)
  • Decrypt with the Radix-64
  • Unit test for Base64 mode
  • Code enhancement

Vigenere Cipher v1.1

27 Feb 03:17
a517b73
Compare
Choose a tag to compare
  • Comply with PHPStan level 10
  • Optimise unit test scenarios

Vigenere Cipher v1.0.0

26 Feb 07:28
255df3c
Compare
Choose a tag to compare
Merge pull request #13 from amculin/test

Updated with unit test and workflow