CUtilPassword
This class is used to support password hashing.
This method creates a SHA384 hash of the passed password.
Then the hash is encoded into a base64 string.
A passing null
value generates a return value of null
as well.
@Nullable public static String hashPassword(final char[] aPassword);