hyperswitch-card-vault icon indicating copy to clipboard operation
hyperswitch-card-vault copied to clipboard

Hyperswitch Card Vault is an open-source sensitive information storage system built on Rust.

Results 23 hyperswitch-card-vault issues
Sort by recently updated
recently updated
newest added

## Description Add support for exporting program level metrics outside the application. The preferred framework for adding metrics includes opentelemetry or exporting prometheus metrics. ## Sub Issues - [ ]...

enhancement

## Description The encryption algorithm used for any database related encryption is `GcmAes256` and the hashing algorithm used is `sha512`. That being said, in future if we decided to change...

enhancement

## Description Due to `error-stack` its easy to simply change the context and propagate errors without much effort, but this definitely reduces the quality of the error propagation as there...

enhancement

## Description This will require use to create a tenant table which will store the public key that will be used to communicate with the locker. ## Requirements - Create...

enhancement

## Description Building over #6 Create APIs for add, retrieve and modify tenant information.

enhancement

This PR adds an api for migrating the old merchant dek to keymanger. This PR also includes keymanager health check in diagnostics endpoint

### Objective Develop and implement a vacuuming script to automatically delete expired card data from the database, enhancing our data security measures. ### Requirements Create a script that runs as...

This is my first pull request to hyperswitch-card-vault under Hacktoberfest, kindly give feedback and review. Support for Azure Key Vault added for Secrets manager similar to the available AWS KMS,...