mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 15:08:46 +00:00
DEK 버전을 프론트엔드에서 명시적으로 관리하도록 변경
This commit is contained in:
@@ -23,6 +23,7 @@ export const generateDataKey = async () => {
|
||||
true,
|
||||
["encrypt", "decrypt"],
|
||||
),
|
||||
dataKeyVersion: new Date(),
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user