diff options
Diffstat (limited to 'internal/encrypt.go')
| -rw-r--r-- | internal/encrypt.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/encrypt.go b/internal/encrypt.go index fdaceb3..204c6f2 100644 --- a/internal/encrypt.go +++ b/internal/encrypt.go @@ -1,12 +1,6 @@ package internal -import ( - "github.com/joho/godotenv" -) - func Encrypt(data []byte) (EncryptedDataPayload, error) { - godotenv.Load() - kek, err := NewKEKFromEnvB64("GOAES_PASSPHRASE", "GOAES_SALT") if err != nil { return EncryptedDataPayload{}, err |
