BookmarkSubscribeRSS Feed
siddhu1
Quartz | Level 8
Hello Team, In our project, generally we use {SAS003} which uses 16-bit in encrypting the password. Can we use the {SAS005} which is the 64-bit for the same in terms of more secure. Want to know which one is more secure in encrypting the password. Is it {SAS003} or {SAS005}. Thanks in Advance, Siddhu1
2 REPLIES 2
doug_sas
SAS Employee

SAS005 uses a fixed key, a 64bit random salt, the SHA256 hash, and 10000 iterations to generate an encryption key for AES.

SAS003 uses a fixed key, a 16bit random salt, the SHA1 hash, and 1200 iterations to generate an encryption key for AES.

Due to the use of a longer salt, better hash algorithm, and is hashed for more iterations, SAS005 is more secure.

SASKiwi
PROC Star

If you store the encrypted passwords in open code, these are easily open to reuse by other SAS users regardless of the encryption method.  

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 554 views
  • 1 like
  • 3 in conversation