Skip to content

Releases: cmason3/vaulty

Vaulty v1.4.0

09 Jan 12:07
607b2cb
Compare
Choose a tag to compare

Changes

  • Don't use a completely random nonce for ChaCha20-Poly1305
  • Update copyright year to 2024

Vaulty v1.3.7

21 Sep 06:33
bb14181
Compare
Choose a tag to compare

Changes

  • Enforce minimal Python version in code

Vaulty v1.3.6

06 Jun 03:04
Compare
Choose a tag to compare

Changes

  • Drop support for Python 3.7

Vaulty v1.3.5

30 Dec 17:47
Compare
Choose a tag to compare

Changes

  • Remove support for Python 3.6 due to end of life
  • Add pyproject.toml for Python PIP

Vaulty v1.3.3

12 Dec 08:40
08ca320
Compare
Choose a tag to compare

Changes

  • Update copyright to 2023

Vaulty v1.3.2

05 Jul 12:16
5295347
Compare
Choose a tag to compare

Changes

  • Add support for hashing multiple files and directories

Vaulty v1.3.1

05 Jul 00:52
Compare
Choose a tag to compare

Changes

  • Add support for SHA-512 file hashing
  • Fix issue with argument passing for sign

Vaulty v1.3.0

04 Jul 10:33
ecb7928
Compare
Choose a tag to compare

Changes

  • BREAKING CHANGE - Update ECC routines to enforce a version field to all cryptographic primitives (i.e. public/private keys, ciphertext and signatures) - doesn't impact symmetric routines
  • Added support for Ed25519 digital signature algorithm via sign and verify methods

Vaulty v1.2.6

01 May 09:24
05a59f8
Compare
Choose a tag to compare

Changes

  • Add Python 3.6 specific wheel to deal with dependencies deprecating Python 3.6 due to EOL

Vaulty v1.2.5

13 Apr 08:12
2a657ec
Compare
Choose a tag to compare

Changes

  • Minor cosmetic change to usage screen