Skip to content

Releases: e3prom/kryptoxin

Kryptoxin v0.9.9

03 May 08:01
4d55b5d
Compare
Choose a tag to compare

A new version of Kryptoxin is available. It includes several new features and bug fixes.

New Features

Changelog

Kryptoxin v0.9.8

24 Mar 13:00
cd6427a
Compare
Choose a tag to compare

A new minor version of Kryptoxin is available. This is primarily a maintenance release aimed at fixing a few issues related to the templates.

New Features

Changelog

Kryptoxin v0.9.7

10 Mar 13:50
0acadb7
Compare
Choose a tag to compare

Yet another new minor release. This one brings new templates for C# and PowerShell.

New Features

Changelog

  • Added supoort for unknown arguments to custom templates
  • Added CLI support for unknown arguments

Kryptoxin v0.9.6

07 Mar 15:54
0ebd206
Compare
Choose a tag to compare

This new minor version adds a new template supported language, namely C#. The wheel packages have been fixed, as previous versions were not including the required .jinja templates.

New Features

  • PowerShell custom script template
  • C# print console program template

Changelog

Kryptoxin v0.9.5

04 Mar 16:42
bf3651c
Compare
Choose a tag to compare

This new minor version pack several new features and code improvements.

New Features

Changelog

Notes

  • Output from previous versions are no longer working as-is (IV prepending is now disabled)

Kryptoxin v0.9.4

27 Feb 18:44
9d4a547
Compare
Choose a tag to compare

This new minor version introduces the decrypt command. You can now quickly and easily decrypt base64 encoded ciphertext.

Changelog

  • Implemented AES decrypt() function
  • Updated cli.py for shared cmd-line options
  • Added new cli test for aes.decrypt()
  • Moved PBKDF2 function in its own module
  • Moved test constants out of constants.py
  • Improved constants handling and modules organization

Kryptoxin v0.9.3

24 Feb 10:30
27178aa
Compare
Choose a tag to compare

New minor release of Kryptoxin. This version fixes a few issues with the build/packing environment. It also removes warnings with recent version of Python.

Changelog

  • Corrected conditional statements in kryptoxin/ciphers/aes.py
  • Fixed build/packing process
  • Migrated to setup.cfg (Setuptools)

Kryptoxin v0.9.2

23 Feb 12:54
f9a6564
Compare
Choose a tag to compare

This second minor release fixes several issues with the Makefile and provides an updated version of the documentation.

Changelog

  • Updated/Fixed Makefile
  • Updated Documentation
  • Updated setup.py with dependencies

Kryptoxin v0.9.1

22 Feb 16:28
2930902
Compare
Choose a tag to compare

This is the first stable release of Kryptoxin. It only support the encrypt command and the AES block-cipher.