Kryptoxin

Latest version: v0.9.8

Safety actively analyzes 623860 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.9.8

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
* [Added encryption variables formatting](https://github.com/e3prom/kryptoxin/commit/538ab38a439dc6e300b22d3a0c25e8459abf6ffe)

Changelog
* [Fixed / updated old C action](https://github.com/e3prom/kryptoxin/commit/0276cb6e973aba3b7f2843a75099656bb7396c22)
* [Added ciphertext variables formatting method](https://github.com/e3prom/kryptoxin/commit/581ba687fd468f81bf5b1222a16d1ac9b15827ba)

0.9.7

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

New Features
* [Added 'custom' C template](https://github.com/e3prom/kryptoxin/commit/2dd3303f5c78d790a53fac9f312f7766de1f9ccd)
* [Added new powershell 'load-asm' template](https://github.com/e3prom/kryptoxin/commit/e4bb126d2b4a760aa6692d21acfc7ebac4ed6cfe)
* [Added new 'load-dll' C template](https://github.com/e3prom/kryptoxin/commit/b2184fab3c9274f779488bda05545f59e61d5c90)

Changelog
* Added supoort for unknown arguments to custom templates
* Added CLI support for unknown arguments

0.9.6

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
* [Added new 'custom' powershell template](https://github.com/e3prom/kryptoxin/commit/0ebd20623e169212b88121f9c409a81afd4bad66)
* [Added custom PS script template](https://github.com/e3prom/kryptoxin/commit/20ff86a3e04c2cb92441ea92d11236a2df3f8e10)
* [Fixed templates packing](https://github.com/e3prom/kryptoxin/commit/6f5fcfd0b019b6cd2f4e6b725cc9c1fb5fa18fed)
* [Fixed templates search path](https://github.com/e3prom/kryptoxin/commit/34eaaa217d33d5ffeab080c7cd16d166f2e67cdb)
* [Added --show-key cli parameter](https://github.com/e3prom/kryptoxin/commit/eed939fe659450543ea67f78c0a2c543ce34b352)
* [Added support for C template](https://github.com/e3prom/kryptoxin/commit/5ba8fa964edae259cd73fe79b7cc5ab1afd5e78c)

0.9.5

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

New Features
* Jinja2 Template Support (backend)
* PowerShell Template Script: `print`
* IV and Salt Randomization
* [Enabled support for CFB,OFB,EAX operation modes](https://github.com/e3prom/kryptoxin/commit/974721c70242e1d65635a49a6e99e4f52760e5c2)

Changelog
* [Fixed bug with CBC mode operation (void IV)](https://github.com/e3prom/kryptoxin/commit/8363b26438d0d56d95eace4453ef4366202dafef)
* Fixed `--iv` and `--salt` command-line options parameters
* Updated Makefile with new install receipt
* Updated Tests

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

0.9.4

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

0.9.3

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](https://github.com/e3prom/kryptoxin/commit/af9f0fd7e887d1b36ae1412a846315334252131f#diff-5076a8aada517f2870663279b4986156b91ef6ca803a9e37adb1e4ccf39761fc)
- Fixed build/packing process
- Migrated to setup.cfg (Setuptools)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.