Alright so my question isn't as professional as it can be. Basically I want to know, do you think it's secure enough to encrypt messages with AES and a custom (but static) key?
I want them to be decryptable with that same key but at the same time I don't want anyone who doesn't know the key to get access to them.
I've read that AES is the only government approved encryption method, not sure if its true or not but either way, does not say much.
I don't want anyone who doesn't know the key to get access to them. It depends on your key length. – fardjad Sep 5 '11 at 17:58mcrypt), then AES is fine as a choice of cipher, but there are other choices that you have to understand and make well (like the mode). If you want to build a solution yourself, I'd hazard that the choice of cipher is probably your least concern. – Kerrek SB Sep 5 '11 at 18:01