Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Encrypt
Method
Encrypt
enterprise/dbcrypt/cipher.go:27–27 ·
view source on GitHub ↗
([]byte)
Source
from the content-addressed store, hash-verified
25
26
type
Cipher
interface
{
27
Encrypt([]byte) ([]byte, error)
28
Decrypt([]byte) ([]byte, error)
29
HexDigest() string
30
}
Callers
6
Encrypt
Function · 0.65
generateBadJWE
Function · 0.65
TestCipherAES256
Function · 0.65
TestHelpMeEncryptSomeValue
Function · 0.65
TestNew
Function · 0.65
encryptField
Method · 0.65
Implementers
2
nullCipher
enterprise/cli/server_dbcrypt_test.go
aes256
enterprise/dbcrypt/cipher.go
Calls
no outgoing calls
Tested by
3
TestCipherAES256
Function · 0.52
TestHelpMeEncryptSomeValue
Function · 0.52
TestNew
Function · 0.52