Is AES a personal key?
AES is a symmetric key algorithm, which means that there's simply one key, used each to encrypt and decrypt. This isn't the same as RSA (Rivest, Shamir, Adleman), in which you've got keys - a personal one and a public one, associated in a selected way. AES keys are truly random bytes. For example, AES-128 makes use of 128-bit.