I want to create a encrypted property file that stores information related to licences and some other highly sensitive data.
My Requirement during creation of encrypted Property file
- Once created, should not be re-writable.
- Once created nobody should be able to read the encrypted data.
After Creation, how I would be able to use the file in my project?