MCPcopy
hub / github.com/rclone/rclone / DecryptFileName

Method DecryptFileName

backend/crypt/crypt.go:776–778  ·  view source on GitHub ↗

DecryptFileName returns a decrypted file name

(encryptedFileName string)

Source from the content-addressed store, hash-verified

774
775// DecryptFileName returns a decrypted file name
776func (f *Fs) DecryptFileName(encryptedFileName string) (string, error) {
777 return f.cipher.DecryptFileName(encryptedFileName)
778}
779
780// computeHashWithNonce takes the nonce and encrypts the contents of
781// src with it, and calculates the hash given by HashType on the fly

Callers 13

CommandMethod · 0.95
unwrapRemoteMethod · 0.45
receiveChangeNotifyMethod · 0.45
isPlayingMethod · 0.45
addMethod · 0.45
ChangeNotifyMethod · 0.45
RemoteMethod · 0.45
TestEncDecMatchesFunction · 0.45

Calls

no outgoing calls

Tested by 5

TestEncDecMatchesFunction · 0.36