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