From deba8765489b9f1a5c6727f9e641a86fb3876762 Mon Sep 17 00:00:00 2001 From: Bart Jablonski Date: Wed, 16 Nov 2022 11:28:52 +0100 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..860df1b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## `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`: 5D1925970C9590CD195C15B8641B01D7857E3B2546323DC77D09154BCCA40922 + +[**Documentation for GSM**](./gsm.md "Documentation for GSM") +