juspay / hyperswitch-card-vault

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

Home Page:https://opensource.hyperswitch.io/going-live/pci-compliance/card-vault-installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ENHANCEMENT] Card Duplication: Add support to identify data duplication

NishantJoshi00 opened this issue · comments

Description

Add support to check whether the stored encrypted is being duplicated or not.

Requirements

  • Create a new table to store hash of the encrypted data.
  • Add Interfaces to access the data inside the table
  • Add the function in the cards API