Skip to content

Releases: KazumbaDev/KazCrypt

v1.3.2

16 May 14:30
Compare
Choose a tag to compare

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

16 Mar 18:10
Compare
Choose a tag to compare

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

14 Mar 10:17
41416df
Compare
Choose a tag to compare

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

13 Mar 21:44
Compare
Choose a tag to compare

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

09 Mar 22:20
f888ce3
Compare
Choose a tag to compare

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

09 Mar 21:40
Compare
Choose a tag to compare

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

06 Mar 20:53
e2b5eb4
Compare
Choose a tag to compare

This is the release version 1.0.0 of KazCrypt