Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
121
type
fileNameEncoding
interface
{
122
EncodeToString(src []byte) string
123
DecodeString(s string) ([]byte, error)
124
}
125
Callers
15
NewFs
Function · 0.65
uploadUnchecked
Method · 0.65
encode
Method · 0.65
Hash
Method · 0.65
Hash
Method · 0.65
testChunk
Function · 0.65
setMetaData
Method · 0.65
Hash
Method · 0.65
Update
Method · 0.65
computeBasicAuthHeader
Function · 0.65
Hash
Method · 0.65
Read
Method · 0.65
Implementers
1
caseInsensitiveBase32Encoding
backend/crypt/cipher.go
Calls
no outgoing calls
Tested by
15
testChunk
Function · 0.52
testEncodeFileName
Function · 0.52
TestDecryptSegmentBase32
Function · 0.52
TestDecryptSegmentBase64
Function · 0.52
TestDecryptSegmentBase32768
Function · 0.52
testStandardDecryptFileName
Function · 0.52
testStandardDecryptDirName
Function · 0.52
testChunk
Function · 0.52
TestBlockIDCreator
Function · 0.52
stageBlockWithoutCommit
Method · 0.52
TestSRPGroupParameters
Function · 0.52
testAlbumRecordJSON
Function · 0.52