add extract-ppk action
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
std::unordered_map<std::string, std::string> decode_ppk_file(const std::string& data, const std::string& password);
|
||||
Reference in New Issue
Block a user