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

Method IsDefaultKey

src/Encryption.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool Encryption::IsDefaultKey() {
98 return _IsDefaultKey;
99}
100
101char* Encryption::DES_encrypt(const char * key, int keysize, const char * data, int size, bool addZero, int type) {
102 char keybuf[KeySize];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected