Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
RegineSchimmer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Sensitive data stored in your SAP HANA Cloud Platform application, such as financial information or personnel data, requires special protection. You can use dedicated repositories to securely manage the cryptographic keys used for data and communication encryption, as well as digital signatures.


Password Storage

  • Secure storage for passwords and key phrases
  • Exposed to applications via API


Keystore Service

  • Repository for cryptographic keys and certificates
  • Can be used for various crypto operations:
    • Creating and verifying digital signatures
    • Encrypting and decrypting messages
    • Setting up TLS-protected communication
  • Exposed to applications via API

Learn more: SAP HANA Cloud Platform documentation: Storing Passwords

1 Comment