diff --git a/server/crypto/common.go b/server/crypto/common.go index 7056913..69f674c 100644 --- a/server/crypto/common.go +++ b/server/crypto/common.go @@ -99,7 +99,7 @@ func EncryptEnvData(data envstore.Store) (string, error) { return "", err } - return string(encryptedConfig), nil + return EncryptB64(string(encryptedConfig)), nil } // EncryptPassword is used for encrypting password