xyter/src/config_example/encryption.ts

5 lines
136 B
TypeScript

// Encryption algorithm
export const algorithm = "aes-256-ctr";
// Encryption secret (strictly 32 length)
export const secretKey = "";