Platform Framework
Updated On 04 March 2025 | Min(s) read

Temn Vault Features

An in-house library is provided as a security framework library. The Temenos Vault supports verifying TAFJ Sign/Verify and message integrity. Temenos vault take cares of the communications with external vaults and secures the information stored in external vaults.

The user can perform a crypto operation, that is Sign/Verify, using RSA Key which is available in the external vault environment. The external vaults do not provide key directly outside the environment. Framework is now enhanced with a model to take care of these crypto operations. TAFJ uses the same model to perform the crypto operations (Sign in verification).

This section details about the following TemnVault features:

  • Hashicorp Vault
  • Azure Vault

Hashicorp Vault

HashiCorp Vault is a tool designed for managing sensitive information such as secrets, tokens, passwords, and encryption keys. It provides a unified interface for managing access to secrets across different environments, allowing users to store, access, and manage them securely. It is especially useful for dynamic secrets (which are short-lived and time-limited), as well as static secrets. Vault can also be used to encrypt data on the fly and to manage identity-based access control, making it an essential tool for modern cloud-native and hybrid environments.

Azure Vault

Azure Key Vault is a cloud service from Microsoft Azure that helps you securely manage sensitive information such as secrets, encryption keys, certificates, and passwords. It’s designed to store and control access to these items in a way that ensures they’re protected from unauthorized access, all while being easily accessible by authorized users and applications.

Below are the values supported for Symmetry and Asymmetry types of Crypto operations:

Values Asymmetry Symmetry
ENTRY.TYPE unidirectional bidirectional
ALGORITHM RS256, RS512, RS384 HmacSHA1, HmacSHA256
SECRET.ID @azure#<keyIdUrl> @azure#<secretUrl>
VAULT.PROVIDER VAULT VAULT

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, April 1, 2025 6:43:34 PM IST