Skip to content

Releases: KazumbaDev/KazCrypt

v1.3.3

Choose a tag to compare

@KazumbaDev KazumbaDev released this 20 Mar 16:29

This is the release version 1.3.3 of KazCrypt
Changelog:

  • Added an option to generate a file of custom size, with random or x00 bytes

  • better code structure

v1.3.2

Choose a tag to compare

@KazumbaDev KazumbaDev released this 16 May 14:30

This is the release version 1.3.2 of KazCrypt
Changelog:

  • Added timer to measure how long is encryption, decryption, and key generation

  • You can now split files into parts of custom size

  • Main menu reworked to make it less clustered

v1.3.1

Choose a tag to compare

@KazumbaDev KazumbaDev released this 16 Mar 18:10

This is the release version 1.3.1 of KazCrypt
Changelog:

  • Added help option to display how to use instructions

  • Added Communication session (Learn more using new help command)

  • Added File to base64, and base64 to file conversion

  • Added a tool for spliting a file into 9 mb parts, to bypass discord limit, also added a tool for combining the parts back into original file

  • Also fixed a minor bug from unrelesed 1.3.0

v1.2.2

Choose a tag to compare

@KazumbaDev KazumbaDev released this 14 Mar 10:17
41416df

This is the release version 1.2.2 of KazCrypt
Changelog:

  • Added a function that checks for newer versions
  • Now "README" explains how to perform ECDH key exchange

v1.2.1

Choose a tag to compare

@KazumbaDev KazumbaDev released this 13 Mar 21:44

This is the release version 1.2.1 of KazCrypt
Changelog:

  • Cleaned menu by moving some old features to legacy menu
  • fixed option for hashing
  • changed encryption from AES-CBC to AES-GCM

v1.1.0

Choose a tag to compare

@KazumbaDev KazumbaDev released this 09 Mar 22:20
f888ce3

This is the release version 1.1.0 of KazCrypt
Changes:

  • Can now perform manual DH and ECDH key exchanges (explained in README.md)
  • Can now hash file or text with 19 avaliable hashing algorythms
  • Can now check if 2 hashes (or any character string) are the same

v1.0.0F

Choose a tag to compare

@KazumbaDev KazumbaDev released this 09 Mar 21:40

This is the release version 1.0.0F of KazCrypt
Changes:

  • added "compile command.txt" which contains command for compiling into exe
  • changed name from "KazCrypt v1.0.0.py" to "KazCrypt_v1.0.0.py" to avoid errors during compiling

v1.0.0

Choose a tag to compare

@KazumbaDev KazumbaDev released this 06 Mar 20:53
e2b5eb4

This is the release version 1.0.0 of KazCrypt