randSuffix() mentions an issue in a comment that has to do with needing to randomize suffixes to prevent an attack. Random has a predictable pseudo-random generator, so, in order to mitigate this attack it is safer to use SecureRandom. Change-Id: I804882bf0aa47a10f325f82992991bbd8434d472