Skip to content

Releases: Bombenheimer/Aliencrypt

v3.0.3

27 Apr 00:07
cfe91f9

Choose a tag to compare

[3.0.3] - 2024-4-26

Fixed

  • C version: Fixed help message to display the --key= argument when the --help argument is chosen
  • C version: Fixed a formatting bug in the --show-file-types argument
  • C version: Fixed a bug where the program would raise no key file provided error even when the user provided a key in the --decrypt argument

Added

  • C version: Added 2 new file extentions to the Programming file type: .hpp and .h

v3.0.2

25 Apr 02:22
6bf835b

Choose a tag to compare

[3.0.2] - 2024-4-24

Fixed

  • C version: Renamed header file <strings.h> to <string.h>
  • C version: Added definition for GNU Source because the strdup() function did not show up on Linux systems automatically

Full changelog

aliencrypt-3.0.1

23 Apr 13:41

Choose a tag to compare

[3.0.1] - 2024-4-23

Fixed

  • C version: Bugs and security fixes

aliencrypt-3.0.0

23 Apr 09:54
e196b1d

Choose a tag to compare

[3.0.0] - 2024-4-23

Added

  • C version: Aliencrypt has now been rewritten in C with an manpage and a Makefile for installation
    • More colors
    • Program can be ran with command line options
    • Safety checks
    • Better performance
    • Status checks
    • Decrypt files option
    • Remove Exif Metadata option
  • Both versions: Overwrite passes to the shred in both program versions have been upgraded to 5
  • Both versions: Show files option shows more files up to 9999

Fixed

  • Python version: Fixed an issue where ebook file extentions were not being checked (.lrf, .mobi)
  • Python version: Fixed key length

Removed

  • Python version: Removed feature to encrypt filenames as it made filenames too long on some systems and caused errors
  • Python version: Removed lowercase options to generate keynames
  • Python version: Removed install.sh script
  • Python version: Removed File check from where it would check if Aliencrypt.py is one of the files

aliencrypt-2.2.2

18 Apr 04:54
4e62439

Choose a tag to compare

[2.2.2] - 2024-4-8

Changed