The current default encryption type that Authentication Services uses is RC4, specifically arcfour-hmac-md5 which is strong.
Authentication Services has the option to use weak encryption types, DES and DES3. This doesn't mean however that it's being used and in most cases a customer would have to go out of there way to use it. This encryption type was disabled by default as of Windows 2008R2 Server.
There are two configuration lines in the vas.conf file for this (/etc/opt/quest/vas/vas.conf).
default_etypes = arcfour-hmac-md5
default_etypes_des = des-cbc-crc
If you can confirm with your AD team that DES encryption is not not being used for anything then you can safely remove the "default_etypes_des = des-cbc-crc" line from the vas.conf file. Again though, that line being there does not mean it's being used.
As of 4.1.0-22419 DES was removed from the default enc types and additional support for AES included as per this code change.
---------------------------------
228495 - Remove default_des_types from vas.conf
---------------------------------
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center