CryptoStuff Changelog

What's new in CryptoStuff 2.5.3

Sep 28, 2023
  • Restore last window position at startup

New in CryptoStuff 2.5.2 (Apr 23, 2023)

  • Crypto success message box optional through "ShowMessageBoxOnSuccess" option in ini file (no GUI).

New in CryptoStuff 2.5 (Apr 4, 2023)

  • Added HASH : xxHash32, xxHash64, xxHash3_64, xxHash3_128, HAS-160, GOST12-256, GOST12-512, GOST94, GOST94 (CryptoPro), EDONR-224, EDONR-256, EDONR-384, EDONR-512

New in CryptoStuff 2.2 (Nov 16, 2022)

  • Added HASH:
  • LSH-256-224, LSH-256-256, LSH-512-256, LSH-512-384, LSH-512-512

New in CryptoStuff 2.1 (Dec 4, 2021)

  • Crypto: Basic sums (8,16,32 and 64 bits) added to checksums tab
  • Crypto: Can display key information from key files (RSA and Elliptic)

New in CryptoStuff 2.0.0 (Jun 7, 2021)

  • Added : Multiple files input for the selected algorithm
  • Added : Elliptic cryptography: ECDSA, ECGDSA, ECNR, ECIES, ed25519
  • Added Hash : SHAKE-128 and SHAKE-256
  • Added CRC32 : user custom polynom support
  • Added Block Cipher : CHAM 64, CHAM 128, Hight, LEA, Simeck 32, Simeck 64
  • Added Stream Cipher : ChaCha IETF, XChaCha20, Rabbit, HC-128, HC-256, Sosemanuk

New in CryptoStuff 1.2.0 (Jun 7, 2018)

  • Added Hash : SipHash-2-4-64, SipHash-2-4-128, SipHash-4-8-64, SipHash-4-8-128
  • Added Block Cipher : Threefish 256, Threefish 512, Threefish 1024, ARIA, Kalyna 128, Kalyna 256, Kalyna 512, SM4, SIMON 128, SPECK 64, SPECK 128
  • Added Stream Cipher : SEAL LittleEndian, SEAL BigEndian, WAKE-OFB LittleEndian, WAKE-OFB BigEndian
  • Added : DER to PEM and PEM to DER RSA keys conversion

New in CryptoStuff 1.1.0 (Feb 18, 2018)

  • Bug correction for stream cipher : memory was not correctly padded to 0 when keys were too small
  • Added : cipher padding options
  • Added : string / hex convertion dialog
  • Code optimization