mirror of
https://github.com/SASPAC/gsm.git
synced 2026-01-07 22:30:05 +00:00
18 lines
749 B
Markdown
18 lines
749 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*2FECDDB568B38E206CA4ADA6FDEF5209C0A08B99401A1510D777BABF9DA54682
|
|
|
|
[**Documentation for GSM**](./gsm.md "Documentation for GSM")
|
|
|
|
[Article describing the idea](https://www.wuss.org/wuss-2023-conference-proceedings/ "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").
|