How secure is AES encryption?
Usually, AES is very secure. However, if you open an encrypted Database in your application, there are several ways of attacking the encryption which you should be aware of. First, a cracker can extract the AES key from your application. Second, he can wait till the Database was opened by hamsterdb, and then dump the decoded Database pages from the Database cache.