encryption - How to create a secure random AES key in Java? - Stack Overflow
What is the recommended way of generating a secure, random AES key in Java, using the standard JDK? In other posts, I have found this, but using a SecretKeyFactory might be ......