How UVMS users are stored in Derby DB?
What algorithm is used for the encryption?
Release: 6.x, 7.x
UVMS users are stored internally in the Derby database. For encryption, the DESede algorithm is used
DES is also known as Triple DES Encryption as the Data is encrypted using the DES algorithm three separate times. It is first encrypted using the first subkey, then decrypted with the second subkey, and encrypted with the third subkey