Show TOC Start of Content Area

Component documentation Secure Storage Service  Locate the document in its SAP Library structure

Purpose

Applications or services can use the AS Java’s Secure Storage service to encrypt and store sensitive data such as passwords.

Implementation Considerations

The AS Java uses the SAP Java Cryptographic Toolkit to perform the encryption with the triple DES(Data Encryption Standard) algorithm.

Integration

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.

 

 

End of Content Area