we have a java application running on linux. when the app crashes and restarted- we need to recover ( persist ) a very sensitive information that was stored in previous run ( global static var ). no database allowed ( insecure ) . also it's important that no-one can undetectably change this information ( e.g. override a file etc ).
Thanks in advance