Skip to content

Commit 39bb6e4

Browse files
authored
Add files via upload
1 parent c8844e2 commit 39bb6e4

File tree

8 files changed

+1331
-0
lines changed

8 files changed

+1331
-0
lines changed

FIDO2.1 Manager.cpp

Lines changed: 1098 additions & 0 deletions
Large diffs are not rendered by default.

FIDO2.1 Manager.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#pragma once
2+
3+
#include "resource.h"

FIDO2.1 Manager.rc

10.4 KB
Binary file not shown.

FIDO2.1 Manager.vcxproj

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release|Win32">
9+
<Configuration>Release</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Debug|x64">
13+
<Configuration>Debug</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|x64">
17+
<Configuration>Release</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
20+
</ItemGroup>
21+
<PropertyGroup Label="Globals">
22+
<VCProjectVersion>17.0</VCProjectVersion>
23+
<Keyword>Win32Proj</Keyword>
24+
<ProjectGuid>{81be91b3-8577-4c91-a490-6212311a57d6}</ProjectGuid>
25+
<RootNamespace>FIDO21Manager</RootNamespace>
26+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
27+
</PropertyGroup>
28+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30+
<ConfigurationType>Application</ConfigurationType>
31+
<UseDebugLibraries>true</UseDebugLibraries>
32+
<PlatformToolset>v143</PlatformToolset>
33+
<CharacterSet>Unicode</CharacterSet>
34+
</PropertyGroup>
35+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36+
<ConfigurationType>Application</ConfigurationType>
37+
<UseDebugLibraries>false</UseDebugLibraries>
38+
<PlatformToolset>v143</PlatformToolset>
39+
<WholeProgramOptimization>true</WholeProgramOptimization>
40+
<CharacterSet>Unicode</CharacterSet>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43+
<ConfigurationType>Application</ConfigurationType>
44+
<UseDebugLibraries>true</UseDebugLibraries>
45+
<PlatformToolset>v143</PlatformToolset>
46+
<CharacterSet>Unicode</CharacterSet>
47+
</PropertyGroup>
48+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49+
<ConfigurationType>Application</ConfigurationType>
50+
<UseDebugLibraries>false</UseDebugLibraries>
51+
<PlatformToolset>v143</PlatformToolset>
52+
<WholeProgramOptimization>true</WholeProgramOptimization>
53+
<CharacterSet>Unicode</CharacterSet>
54+
</PropertyGroup>
55+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
56+
<ImportGroup Label="ExtensionSettings">
57+
</ImportGroup>
58+
<ImportGroup Label="Shared">
59+
</ImportGroup>
60+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62+
</ImportGroup>
63+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65+
</ImportGroup>
66+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
67+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68+
</ImportGroup>
69+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
70+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71+
</ImportGroup>
72+
<PropertyGroup Label="UserMacros" />
73+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74+
<ClCompile>
75+
<WarningLevel>Level3</WarningLevel>
76+
<SDLCheck>true</SDLCheck>
77+
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
78+
<ConformanceMode>true</ConformanceMode>
79+
</ClCompile>
80+
<Link>
81+
<SubSystem>Windows</SubSystem>
82+
<GenerateDebugInformation>true</GenerateDebugInformation>
83+
</Link>
84+
</ItemDefinitionGroup>
85+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
86+
<ClCompile>
87+
<WarningLevel>Level3</WarningLevel>
88+
<FunctionLevelLinking>true</FunctionLevelLinking>
89+
<IntrinsicFunctions>true</IntrinsicFunctions>
90+
<SDLCheck>true</SDLCheck>
91+
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92+
<ConformanceMode>true</ConformanceMode>
93+
</ClCompile>
94+
<Link>
95+
<SubSystem>Windows</SubSystem>
96+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
97+
<OptimizeReferences>true</OptimizeReferences>
98+
<GenerateDebugInformation>true</GenerateDebugInformation>
99+
</Link>
100+
</ItemDefinitionGroup>
101+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
102+
<ClCompile>
103+
<WarningLevel>Level3</WarningLevel>
104+
<SDLCheck>true</SDLCheck>
105+
<PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
106+
<ConformanceMode>true</ConformanceMode>
107+
</ClCompile>
108+
<Link>
109+
<SubSystem>Windows</SubSystem>
110+
<GenerateDebugInformation>true</GenerateDebugInformation>
111+
</Link>
112+
</ItemDefinitionGroup>
113+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
114+
<ClCompile>
115+
<WarningLevel>Level3</WarningLevel>
116+
<FunctionLevelLinking>true</FunctionLevelLinking>
117+
<IntrinsicFunctions>true</IntrinsicFunctions>
118+
<SDLCheck>true</SDLCheck>
119+
<PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120+
<ConformanceMode>true</ConformanceMode>
121+
</ClCompile>
122+
<Link>
123+
<SubSystem>Windows</SubSystem>
124+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
125+
<OptimizeReferences>true</OptimizeReferences>
126+
<GenerateDebugInformation>true</GenerateDebugInformation>
127+
</Link>
128+
</ItemDefinitionGroup>
129+
<ItemGroup>
130+
<ClInclude Include="FIDO2.1 Manager.h" />
131+
<ClInclude Include="framework.h" />
132+
<ClInclude Include="Resource.h" />
133+
<ClInclude Include="targetver.h" />
134+
</ItemGroup>
135+
<ItemGroup>
136+
<ClCompile Include="FIDO2.1 Manager.cpp" />
137+
</ItemGroup>
138+
<ItemGroup>
139+
<ResourceCompile Include="FIDO2.1 Manager.rc" />
140+
</ItemGroup>
141+
<ItemGroup>
142+
<Image Include="FIDO2.1 Manager.ico" />
143+
<Image Include="small.ico" />
144+
</ItemGroup>
145+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
146+
<ImportGroup Label="ExtensionTargets">
147+
</ImportGroup>
148+
</Project>

FIDO2.1 Manager.vcxproj.user

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup />
4+
</Project>

Resource.h

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
//{{NO_DEPENDENCIES}}
2+
// Microsoft Visual C++ generated include file.
3+
// Used by FIDO2.1 Manager.rc
4+
5+
#define IDS_APP_TITLE 103
6+
#define IDD_INPUTBOX 101
7+
8+
#define IDC_EDIT1 103
9+
10+
#define IDC_PROMPT_TEXT 1001 // ID for the static text control
11+
#define IDC_INPUT_EDIT 1002 // ID for the edit box control
12+
#define IDOK 1 // ID for the OK button
13+
#define IDCANCEL 2 // ID for the Cancel button
14+
15+
#define IDD_PASSKEYS_DIALOG 3001
16+
#define IDC_LISTVIEW 3002
17+
18+
#define IDD_FINGERPRINT_DIALOG 4003
19+
#define IDC_LISTVIEW_FINGERPRINTS 4004
20+
#define IDC_BTN_ADD_FINGERPRINT 4005
21+
#define IDC_BTN_DELETE_FINGERPRINT 4006
22+
23+
#define IDC_BTN_REFRESH 4002
24+
25+
#define IDC_BTN_SHOW_SELECTED 4001
26+
27+
#define ID_BTN_PASSKEYS 2001
28+
#define ID_BTN_FINGERPRINT 2002
29+
#define ID_BTN_CHANGEPIN 2003
30+
#define ID_BTN_ENFORCEUV 2004
31+
#define ID_BTN_RESET 2005
32+
33+
34+
#define IDR_MAINFRAME 128
35+
#define IDD_FIDO21MANAGER_DIALOG 102
36+
#define IDD_ABOUTBOX 103
37+
#define IDM_ABOUT 104
38+
#define IDM_EXIT 105
39+
#define IDI_FIDO21MANAGER 107
40+
#define IDI_SMALL 108
41+
#define IDC_FIDO21MANAGER 109
42+
#define IDC_MYICON 2
43+
#ifndef IDC_STATIC
44+
#define IDC_STATIC -1
45+
#endif
46+
// Next default values for new objects
47+
//
48+
#ifdef APSTUDIO_INVOKED
49+
#ifndef APSTUDIO_READONLY_SYMBOLS
50+
51+
#define _APS_NO_MFC 130
52+
#define _APS_NEXT_RESOURCE_VALUE 129
53+
#define _APS_NEXT_COMMAND_VALUE 32771
54+
#define _APS_NEXT_CONTROL_VALUE 1000
55+
#define _APS_NEXT_SYMED_VALUE 110
56+
#endif
57+
#endif

framework.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// header.h : include file for standard system include files,
2+
// or project specific include files
3+
//
4+
5+
#pragma once
6+
7+
#include "targetver.h"
8+
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
9+
// Windows Header Files
10+
#include <windows.h>
11+
// C RunTime Header Files
12+
#include <stdlib.h>
13+
#include <malloc.h>
14+
#include <memory.h>
15+
#include <tchar.h>

targetver.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#pragma once
2+
3+
// // Including SDKDDKVer.h defines the highest available Windows platform.
4+
// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
5+
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
6+
#include <SDKDDKVer.h>

0 commit comments

Comments
 (0)