The GSM package [ver. 0.22.0]

## The GSM package [ver. 0.22.0]

- [Article](https://www.wuss.org/proceedings/2023/WUSS-2023-Paper-189.pdf) explaining details of "macro hiding" added as an additional content to the package.
This commit is contained in:
Bart Jablonski
2023-11-07 12:49:28 +01:00
parent a670b0920f
commit 27abf39d90
5 changed files with 345 additions and 5 deletions

10
gsm.md
View File

@@ -8,7 +8,7 @@
---
# The GSM package [ver. 0.21.1] <a name="gsm-package"></a> ###############################################
# The GSM package [ver. 0.22.0] <a name="gsm-package"></a> ###############################################
The **GSM** (a.k.a. *Generate Secure Macros*) package allows
to create secured macros stored in SAS Proc FCMP functions.
@@ -94,10 +94,14 @@ Package contains:
Required SAS Components:
`Base SAS Software`
*SAS package generated by generatePackage, version 20230905*
Package contains additional content, run: %loadPackageAddCnt(GSM) to load it
or look for the gsm_AdditionalContent directory in the Packages fileref
localization (only if additional content was deployed during the installation process).
*SAS package generated by generatePackage, version 20231107*
The SHA256 hash digest for package GSM:
`F*2FECDDB568B38E206CA4ADA6FDEF5209C0A08B99401A1510D777BABF9DA54682`
`F*8D80AEB2DB7A4531BA124240E7A12EBE717293048561A877EB5B6B039BD11D18`
## >>> `%GSM()` macro: <<< <a name="gsm-macro"></a> #######################