Basically, application needs to makes some external system related e.g. REST API and sFTP and it requires technical user password to be stored. Currently, it is stored in properties files which is not secured and would like to avoid heavy lifting AES encryption. So would like to store WAS system variable. So what would be the security applied in WAS. Is it stored as plain text format within WAS or does WAS applies some kind of encryption?