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

Method GetDefaultKey

src/Encryption.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93const char* Encryption::GetDefaultKey() {
94 return _DefaultKey;
95}
96
97bool Encryption::IsDefaultKey() {
98 return _IsDefaultKey;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected