English
Türkçe English

We need your support to keep our site running and cover server costs. If you’d like to help, you can make a donation here.

ENCRYPHİX PATCH NOTES

1 2
Encryphix - v26.6 05.06.2026

New Features

  • HMAC-SHA256 integrity verification has been added to encrypted files. Any modification to file contents is now detected and reported with a "CorruptedFileOrTampered" error.
  • A secure file deletion feature has been added. Before deletion, files are overwritten with cryptographically secure random data, making recovery impossible.
  • A file name sanitization mechanism has been implemented to protect against path traversal attacks.
  • The password generation engine has been completely redesigned. The cryptographically secure "RandomNumberGenerator" now replaces "System.Random". Rejection Sampling has been implemented to eliminate modulo bias, while the Fisher–Yates Shuffle algorithm enhances character randomization security. Passwords are guaranteed to contain at least one uppercase letter, one lowercase letter, one digit, and one symbol. The random password length range has also been increased to 10–18 characters.
  • An automatic clipboard clearing feature has been added for copied passwords. If no other content is copied within 30 seconds, the password is automatically removed from the clipboard.
  • The TS Preloader loading bar has been rebuilt using our modern TS Custom Controls graphics library, developed entirely in-house. As a result of this infrastructure upgrade, the loading bar now features smooth rendering and rounded corners that align with the visual style of Windows 11.
  • [TS Updater] A new validation algorithm has been added to check whether the target application is currently running before the update process begins.

Bug Fixes

  • The use of "CheckForIllegalCrossThreadCalls = false" has been removed, restoring proper UI thread safety.
  • Fixed an issue where disposing a CryptoStream could cause the underlying FileStream to close prematurely.
  • Resolved relative path and path-combination issues that could cause output files to be written to an incorrect directory.
  • Fixed a path resolution issue related to the use of GetUniquePath within EncryptFolder.
  • Resolved a condition that could prevent TS Preloader from shutting down safely during rare application crash scenarios.
  • [TS Updater] Fixed an issue that could prevent the updated application's executable "*.exe" file from being located after the update process.
  • [TS Updater] Fixed a bug that could leave outdated "*.sha256" files in the application directory after an update.
  • [TS Updater] Fixed a rare issue that could cause subfolders to be moved into the root directory after an update.
  • [TS Updater] Fixed an issue during the first launch that could cause flickering and a temporary white window appearance due to Windows Defender interactions.

Changes

  • The key derivation system has been redesigned to generate separate 32-byte AES and 32-byte HMAC keys.
  • Output path security has been strengthened by enforcing the use of absolute paths throughout all operations.
  • A small improvement has been made to the internet connectivity detection algorithm. Connectivity checks are now performed in the background with minimal impact on the user interface thread.
  • The keyboard shortcuts in the top menu have been reorganized and simplified to provide a consistent experience across all Türkaysoft applications and to avoid potential conflicts with standard Windows shortcuts.
  • The TS Preloader splash image has been updated with a Türkiye-themed stadium design to celebrate Türkiye's qualification for the 2026 FIFA World Cup—its first appearance in 24 years. Congratulations, Türkiye!
  • The TS Custom Controls module has been updated to version 26.6, delivering improved stability and a more polished visual appearance.
  • [TS Updater] The application icon has been redesigned to provide a more modern and refined look.

SHA-1: 7946f54e8cd6a98e84d32065412647dd903c88f5

SHA-256: c80bade0f05d01c8f4159acadf00017b6901b9d9c60be017ba825388dc4ed396

Encryphix - v26.5 23.05.2026

New Features

  • A built-in update system has been integrated into Encryphix. New versions can now be updated directly from within the application without the need to manually download them from GitHub or the website. The update component is included in the package as TSUpdater.exe. When a new version is released, you will receive a notification; by selecting "Yes", you can open the update tool to view the release notes and start the update.
  • Following Softpedia.com's review, we added a built-in Password Generator feature to Encryphix. This feature is identical to the one in Astel software. Additionally, we added "Generate Secure Password" and "Copy Generated Password" buttons to the Encryphix interface.
  • The internet connection and update checking infrastructure have been rewritten to meet modern standards. The system now operates in a more up-to-date, stable, and reliable manner.
  • The TSImageRenderer and ResizeImageToDeviceDpi algorithms have been updated. The image processing and resizing processes have been optimized to provide a structure that delivers sharper results and more efficient memory usage.

Bug Fixes

  • Memory security has been improved. The unnecessary retention of sensitive data in memory during encryption has been prevented. Critical data is now automatically cleared once the process is complete.
  • Resource management has been optimized. System resources used during the process are now properly released. This reduces potential memory leaks and performance issues.
  • Input validations have been added. Additional checks have been implemented to prevent empty or invalid data entries. This helps prevent unexpected error conditions.
  • Temporary data cleanup has been enhanced. Temporary data generated during encryption processes is now securely deleted upon completion of the process.
  • Error handling has been stabilized. Issues that could cause the application to unexpectedly crash in certain situations have been resolved, and the error control system has been strengthened.
  • ZIP archive security has been enhanced. A security vulnerability that allowed files to be extracted outside the system using malicious file paths has been patched.
  • The bug that caused the progress bar to fill from the end while processing a large number of files has been fixed.
  • In the internet connection check, an issue that caused the system to detect "no connection" even though internet access was available due to the connection endpoint has been resolved.
  • In the update check algorithm, a cache-related issue that caused the system to report "no updates found" even when a new version was available has been fixed.
  • Flickering and image distortion occurring during interface transitions and page scrolling on high-refresh-rate monitors have been fixed.
  • Interface flickering that occurred during theme changes has been resolved.

Changes

  • Our brand and distribution name have been updated. We are now operating under the name Türkaysoft. This means our website is now turkaysoft.com.
  • All dimension calculation algorithms have been updated to be compatible with Windows’ current calculation methods; results are now more consistent and standardized.

Removed Features

  • The TS Wizard integration has been removed because it was not sufficiently functional and was not being used.

SHA-1: 02dca7f96bf35b02809cbdc4cf19db3d7dff2ca1

SHA-256: 640687a665be29014c7f4ce93fa24486b7a2347f753585fa53fb927c4b586bb5

Encryphix - v26.4 04.04.2026

New Features

  • Preliminary support for Windows 11 26H1 has been added.
  • Encryphix's Visual Basic dependencies have been removed; the application now runs entirely in pure C#.
  • We have implemented extensive accessibility improvements to enhance the experience for visually impaired users. Assistive technologies, such as screen readers, will now present content more accurately, consistently, and clearly while navigating within Encryphix.

Bug Fixes

  • The issue causing TS Preloader to freeze and launch Encryphix when the loading progress reached 80% following the latest update has been resolved. Additionally, numerous minor bugs have been fixed, improving performance and stability. It is currently running smoothly.
  • Issues caused by background tasks leading to race conditions and rare errors when the program is closed have been resolved. The shutdown process has been optimized for a more reliable workflow.
  • The TS Custom Controls module has been updated to version 26.4, introducing various enhancements and bug fixes.
  • A bug in the TSNaturalSortKey algorithm that produced incorrect results in table sorting for certain languages has been fixed.

Changes

  • Unnecessary .NET Framework dependencies within Encryphix have been removed, thereby reducing the load on the system and minimizing unnecessary resource usage.
  • Some changes and updates have been made to the language files.

SHA-1: 92d58f0792be5111dcd48c6d9de956995e64cd98

SHA-256: c03f9e7523a083346f19d99e0b866db1e873b0598cf3ac8c1d69ed86dc951c6d

Encryphix - v26.3 03.03.2026

New Features

  • TS Preloader's boot time has been improved by 60%, allowing Encryphix to start significantly faster. In addition, for new settings introduced via updates, missing configuration keys are now automatically detected and added to the existing configuration file if they are absent or were not created for any reason.
  • Multi-language management has been updated; when missing translations are detected, the system automatically falls back to English default values.

Bug Fixes

  • Cross-process errors that occasionally caused crashes during Encryphix's startup have been resolved; the application now starts in a more stable and clean manner.
  • The TS Theme Mode Helper module has been updated; operating system integration has been improved, and handle leaks and resource management issues have been fixed.
  • Excessive uxtheme.dll calls that caused white flickering during startup in dark mode have been eliminated; UI rendering has been stabilized.
  • Critical issues on Windows 10 that caused stuttering and a slow-motion effect while dragging windows have been fixed; window movements are now smooth.
  • An issue causing an extra trailing blank line when saving the configuration file has been fixed.

Changes

  • The settings management infrastructure in the TS Modules library has been improved; settings keys and container structures are now updatable and re-orderable, and module naming has been aligned with established standards.
  • With this release, a modern Panel component has been added to the TS Custom Controls library.
  • Windows 11's rounded corner design has been integrated into the TS Preloader and About windows, providing a more modern appearance.

SHA-1: 6d61597cacfe07b5f5e915e4f1eddf64b85ddfbd

SHA-256: f3bfe96fef21859bdab46059ac3aa6647386bc292c4146afd4e1d943b8031ebc

Encryphix - v26.2 13.02.2026

New Features

  • Our in-house developed TS Custom Controls Library has been updated to version v26.2, gaining significant enhancements. It now offers improved button designs, expanded ComboBox features, and new custom form control integration.
  • All checkboxes in Encryphix now display a theme-color-coordinated appearance when hovering over dropdown menu items. This feature was specifically redesigned using the TS Custom Controls module.
  • All checkboxes in Encryphix now display a theme-color-coordinated appearance when selected. This feature was specifically redesigned using the TS Custom Controls module.

Bug Fixes

  • The Anti Aliasing error that caused all buttons to appear jagged has been fixed. They now appear smooth.
  • The error that caused all checkboxes to flicker when hovering over them has been fixed.

Changes

  • In this version, a new algorithm has been added to the TSModules library that cleans empty keys in INI files.

SHA-1: de25e5c8e98472627fe5a427fe8008d22a882cd4

SHA-256: 4efe3e1397943b6992e9648f6ca466d8b5196539139bb7c91fa11ea6e1446557

Encryphix - v26.1 28.01.2026

New Features

  • Dutch language support has been added.

Bug Fixes

  • Various bugs on TS Preloader have been fixed, optimizing performance and stability.
  • The error that caused the software to become unresponsive when the Check for Updates button was pressed without an internet connection has been fixed.
  • The rendering error that caused the check marks of selected items in the top menu to appear distorted and blurry at high DPI levels has been fixed. Check marks are now displayed clearly and with high quality at all DPI values.

SHA-1: 217adcf2298e59a513dd70d6640805d0a857342e

SHA-256: 7df7946b76e32807f31a6bfc3cc86692a6a96f0b9a5fbadd582e578a1497bf9e

Encryphix - v25.13 11.12.2025

New Features

  • File encryption and decryption operations are now performed using SHA-512–based key derivation with 210,000 iterations and AES-256 encryption standards. This ensures that files and folders are protected with an extremely hard-to-break encryption scheme.
  • The file encryption and decryption algorithm has been completely rewritten. Temporary files are now created during encryption and decryption, resulting in approximately a 40% increase in processing speed.
  • A distinctive algorithm has been developed for file and folder encryption. Once a file is encrypted, you can now rename it however you like. This feature is made possible by embedding the file extension into the metadata during encryption.
  • File and folder decryption operations have been improved and now use an algorithm capable of determining with 100% accuracy whether an item is a file or a folder.

Bug Fixes

  • A security vulnerability that caused insufficient encryption strength during file encryption has been fixed.
  • A critical issue that caused incomplete or incorrect encryption when files or folders with the same names were imported from different directories has been resolved. When files or folders with identical names are imported, the system will now automatically rename them by appending "_x" to generate unique filenames.
  • An issue that caused file extensions to remain visible after encryption has been fixed.
  • A bug that kept the interface active during encryption and decryption operations has been corrected.
  • Translation errors in certain languages have been fixed.
  • The design issue in the Encryphix application icon has been corrected.

SHA-1: 5bfbf407b1e98b1c83e2141859e7a79940fbf93d

SHA-256: fdd6efdb9460f5e74d92d37dfc7be257130b8bf4e9393b06bfd4cbeddea69cbb

1 2