Secure Storage Service
Applications or services can use the AS Java’s Secure Storage service to encrypt and store sensitive data such as passwords.
The AS Java uses the SAP Java Cryptographic Toolkit to perform the encryption with the triple DES(Data Encryption Standard) algorithm.
The Secure Storage service uses the Key Storage Service to generate and store the keys used by the applications to encrypt and decrypt the stored data.
See also:
For more information about using secure storage, see Secure Storage for Application-Specific Data.