Hi,

i want to change the database encryption within my java application.
  ChangeFileEncryption.execute(getDbPath(dbname).toString(), dbname, "AES", 
filepwdold.toCharArray(), filepwdnew.toCharArray(), true);
it silently executed, i mean didn't get any exception, or so

but next time when i try to login it gives me IllegalStateException
Store header is corrupt: nio:C:/Temp/db/test4.mv.db [1.4.197/6]

can you please confirm me that this command works? or i should use the 
command line tool you have in the tools page?
i imported 
org.h2.tools.ChangeFileEncryption;
class.
i use 1.4.197 version.

thanks in advance!
Ivan

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to