What's new in Portable Text Encryption 14.11

Dec 12, 2023
  • Updated the GUI to use two text boxes, upper text box for the plain
  • text, and the lower text box for the cipher text. Threw in a few buttons for
  • east of use. Looks quite different, but the guts are unchanged.

New in Portable Text Encryption 12.02 (Oct 10, 2023)

  • Fixed an annoyance where the ciphertext contained several trailing
  • white spaces

New in Portable Text Encryption 12.01 (Jul 20, 2023)

  • PTE would encrypt the whitespace in an empty text box, this was not so
  • much a bug as it was an annoyance, so I fixed that.

New in Portable Text Encryption 12.0 (Mar 21, 2023)

  • Mostly just cleaned up some very lazy lines, although a couple of these
  • changes made this version incompatible with previous versions.

New in Portable Text Encryption 11.0 (Jan 12, 2023)

  • Added option to import a text file, removed the buttons and just went
  • with a pull down menu, password salting and hashing is more robust. This version
  • is not compatible with previous versions, i.e., text encrypted with previous
  • versions cannot be deciphered with this one and vice-versa.

New in Portable Text Encryption 10.01 (Aug 3, 2022)

  • No changes, fixed a typo.

New in Portable Text Encryption 10.0 (Jul 25, 2022)

  • Change the method of encrypting the "salt" before dispersion into the
  • ciphertext.

New in Portable Text Encryption 9.11 (Jul 14, 2022)

  • RC4 wasnt't properly deciphering when the plain text was too short, <
  • three characters, fixed.