mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Added documentation for AES cipher
This commit is contained in:
@@ -19,6 +19,7 @@ type encryptedValue struct {
|
||||
|
||||
const nonceSize int = 32
|
||||
|
||||
// Cipher encrypts and decrypts data keys with AES GCM 256
|
||||
type Cipher struct{}
|
||||
|
||||
var encre = regexp.MustCompile(`^ENC\[AES256_GCM,data:(.+),iv:(.+),tag:(.+),type:(.+)\]`)
|
||||
|
||||
Reference in New Issue
Block a user