Expose isEncrypted and decrypt functions in cryptoUtils for export controller
This commit is contained in:
parent
1421085660
commit
535e5c7e7d
1 changed files with 2 additions and 0 deletions
|
|
@ -186,4 +186,6 @@ const sealSecret = async (value: string): Promise<string> => {
|
|||
export const cryptoUtils = {
|
||||
resolveSecret,
|
||||
sealSecret,
|
||||
isEncrypted,
|
||||
decrypt,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue