mirror of
https://github.com/SASPAC/gsm.git
synced 2026-01-06 22:10:06 +00:00
## 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.
18 lines
757 B
Markdown
18 lines
757 B
Markdown
## `gsm` - *Generate Secure Macros* to keep your code secret
|
|
|
|
---
|
|
|
|
The **GSM** (Generate Secure Macros) package allows
|
|
to create secured macros stored in SAS Proc FCMP functions.
|
|
|
|
The dataset with functions can be shared between different operating systems
|
|
and allows to generate macros on site without showing their code.
|
|
|
|
SHA256 digest for the latest version of `GSM`: F*8D80AEB2DB7A4531BA124240E7A12EBE717293048561A877EB5B6B039BD11D18
|
|
|
|
[**Documentation for GSM**](./gsm.md "Documentation for GSM")
|
|
|
|
[Article describing the idea](https://www.wuss.org/proceedings/2023/WUSS-2023-Paper-189.pdf/ "Article about the idea GSM")
|
|
|
|
To work with a package use the [**SAS Packages Framework**](https://github.com/yabwon/SAS_PACKAGES/blob/main/README.md "SPFinit").
|