OES 2018 encrypted volumes

Problem:

the maximum password length for encrypted volumes is 16 chars
while creating a encrypted NSS volume nssmu does not check the length of the password
if a password longer the 16 chars is entered, nssmu cores


Suggestion:

nssmu should not allow entering passwords longer than 16 chars
or the underlying modules should allow passwords longer the 16 chars

Comments