Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zalando/skipper
/ Decrypt
Method
Decrypt
secrets/registry.go:14–14 ·
view source on GitHub ↗
([]byte)
Source
from the content-addressed store, hash-verified
12
type
Encryption
interface
{
13
CreateNonce() ([]byte, error)
14
Decrypt([]byte) ([]byte, error)
15
Encrypt([]byte) ([]byte, error)
16
Close()
17
}
Callers
7
extractState
Method · 0.95
TestEncryptDecrypt
Function · 0.65
TestGetEncrypter
Function · 0.65
validateCookie
Method · 0.65
getCallbackState
Method · 0.65
TestEncryptDecryptState
Function · 0.65
decodeCookie
Method · 0.65
Implementers
1
Encrypter
secrets/encrypter.go
Calls
no outgoing calls
Tested by
3
TestEncryptDecrypt
Function · 0.52
TestGetEncrypter
Function · 0.52
TestEncryptDecryptState
Function · 0.52