MCPcopy Index your code
hub / github.com/rclone/rclone / EncodeToString

Method EncodeToString

backend/crypt/cipher.go:122–122  ·  view source on GitHub ↗
(src []byte)

Source from the content-addressed store, hash-verified

120// fileNameEncoding are the encoding methods dealing with encrypted file names
121type fileNameEncoding interface {
122 EncodeToString(src []byte) string
123 DecodeString(s string) ([]byte, error)
124}
125

Callers 15

NewFsFunction · 0.65
uploadUncheckedMethod · 0.65
encodeMethod · 0.65
HashMethod · 0.65
HashMethod · 0.65
testChunkFunction · 0.65
setMetaDataMethod · 0.65
HashMethod · 0.65
UpdateMethod · 0.65
computeBasicAuthHeaderFunction · 0.65
HashMethod · 0.65
ReadMethod · 0.65

Implementers 1

caseInsensitiveBase32Encodingbackend/crypt/cipher.go

Calls

no outgoing calls

Tested by 15

testChunkFunction · 0.52
testEncodeFileNameFunction · 0.52
TestDecryptSegmentBase32Function · 0.52
TestDecryptSegmentBase64Function · 0.52
testChunkFunction · 0.52
TestBlockIDCreatorFunction · 0.52
TestSRPGroupParametersFunction · 0.52
testAlbumRecordJSONFunction · 0.52