Files
gsm/README.md
Bart Jablonski 0e0a2f533d The GSM package [ver. 0.21.0]
The GSM package [ver. 0.21.0]

Changes:
- new debugging parameter `encrypt` added to the `%GSM()` macro
- annoying note on "automatic type conversion" fixed
2023-07-27 11:08:23 +02:00

16 lines
633 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*56DC0DCCE06B4281BF3FA6FA3875CBA87772BDA7FAB601B06740A7980FFB0E07
[**Documentation for GSM**](./gsm.md "Documentation for GSM")
To work with a package use the [**SAS Packages Framework**](https://github.com/yabwon/SAS_PACKAGES/blob/main/README.md "SPFinit").