Log 7.14Library ABCDE Requiring AES Encryption When Each Data Set Has Different Encryption Key Values
306 proc authlib lib=abcde;
307 create seclib="ABCDEEmps"
308 securedfolder="Department XYZZY"
309 pw=XXXXXX
310 require_encryption=yes
311 encrypt=aes
312 encryptkey=XXX ;
313 tables employee /encryptkey=XXX;
314 tables empinfo / encryptkey=XXX;
315 tables deptname ;
316 run;
316! quit;
NOTE: Setting library to require encryption.
NOTE: Required encryption will use AES encryption with the recorded key.
NOTE: Successfully created a secured library object for the physical library ABCDE and
recorded its location as:
SecuredFolder: /System/Secured ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.