MCPcopy Index your code
hub / github.com/apache/devlake / RandomEncryptionSecret

Function RandomEncryptionSecret

backend/core/plugin/plugin_utils.go:143–145  ·  view source on GitHub ↗

RandomEncryptionSecret will return a random string of length 128

()

Source from the content-addressed store, hash-verified

141
142// RandomEncryptionSecret will return a random string of length 128
143func RandomEncryptionSecret() (string, errors.Error) {
144 return utils.RandLetterBytes(128)
145}

Callers 2

TestEncodeAndDecodeFunction · 0.85
TestEncodeFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestEncodeAndDecodeFunction · 0.68
TestEncodeFunction · 0.68