add extract-ppk action

This commit is contained in:
Martin Michelsen
2025-02-28 20:33:29 -08:00
parent 21a0efa8ac
commit d02a3d7d64
5 changed files with 98 additions and 4 deletions
+6
View File
@@ -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);