Released: Apr 9, 2025
Actualizaciones en v8.5
Características
- Encryption Algorithm
- Added the AES 256 Algorithm (with a 256 bit key) as an option, in addition to the existing Blowfish algorithm (with a 160 bit key).
- Added new IDE option to specify the default project encryption for new projects - this now defaults to AES256.
- Note: These options will be removed in FinalBuilder v9, when AES 256 will become the default (and projects still using Blowfish will be upgraded automatically).
- Password Variables
- Added a new Password variable type which will be encrypted in project files. The backing type is string. This is to prevent passwords appearing in log files when they should have been masked.
- Password UI
- All password fields now utilize a new password edit control that allows peeking at the value (like the windows 11 password box).
- Windows Credential Manager Actions
- The Windows Credential Manager actions now enable you to read/ write/ delete credentials stored in the credential manager.
Note: Project file compatibility Warning - Project files in version 8.5 are not downward compatible with version 8.0 projects.