Search My Blog

Sunday, June 30, 2024

New Admin INI (2024 R2) - Released!

 ** Hot News **

STD Foundation Classes

New Admin INI Utility Application released!


     Software Tool & Die Inc. today are very pleased to announce a new Admin INI utility application version 2024 R2 for Appeon PowerBuilder that was built from the latest STD Integrated Framework (version 2024.3.0.395) and the newest Appeon PowerBuilder PB2022R3 Maintenance Release release (build 3356). The highlights in this release are:
  • Migrated the code to PB2022 R3 build 3356
  • Updated "Theme" support for PB2022 R3
  • Encrypt / Decrypt DB Connection settings stored in an STD Framework App INI file
  • Requires ADMIN INI application to change DB Connection encryption settings (download)
  • Tested the Base64 code on W10 version 22H2 build 19045.4529
  • Tested the Base64 code on W11 version 23H2 build 22631.3810
Example INI file with encrypted values


     Application INI encoding and decoding is a critical  feature when protecting "actors" from garnering access to your system databases! Most PB applications use INI file settings to load their  Transaction Objects (ie SQLCA) with connection information. This DB connection information usually contains sensitive User Identification, Server, Password, Connection Security settings, etc. This information is key to protecting unauthorized data access.
 
    The great news though is that the new Admin INI utility application can totally secure this DB Client connection information. Also, the STD Framework knows how to decrypt this information when loading your application's Transaction Object(s). Once connected to the DBMS, the STD framework will then re-encrypt that information in memory using different random keys so that even memory scrapers cannot decipher it!

 
Select INI. Section Name, Transaction value, & then decrypt it!


Edit Required Value, then Encrypt it, & then save it back to INI


    The Admin INI utility application utilizes standard methods supplied by the STD Framework. These API's are now embedded in the framework so that can be easily used by Client Server, PowerClient or PowerServer based applications. You can see the PB Application use of this encrypted DB Client information in the STD Framework's OrderEntry Demo Application (download here)!

    You can download the Admin INI utility application from the STD Framework's website by clicking here! You can also download either of the free open source STD framework for PowerBuilder version 2022 R3 by clicking here!
 
Enjoy!


Regards ... Chris

No comments:

Post a Comment