MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / GetEncryptionKey

Method GetEncryptionKey

src/FTPSettings.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70const char* FTPSettings::GetEncryptionKey() const {
71 return Encryption::GetDefaultKey();
72}
73
74int FTPSettings::SetEncryptionKey(const char * key) {
75 Encryption::SetDefaultKey(key, -1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected