diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 1ff0c42..0000000 --- a/.gitattributes +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# Set default behavior to automatically normalize line endings. -############################################################################### -* text=auto - -############################################################################### -# Set default behavior for command prompt diff. -# -# This is need for earlier builds of msysgit that does not have it on by -# default for csharp files. -# Note: This is only used by command line -############################################################################### -#*.cs diff=csharp - -############################################################################### -# Set the merge driver for project and solution files -# -# Merging from the command prompt will add diff markers to the files if there -# are conflicts (Merging from VS is not affected by the settings below, in VS -# the diff markers are never inserted). Diff markers may cause the following -# file extensions to fail to load in VS. An alternative would be to treat -# these files as binary and thus will always conflict and require user -# intervention with every merge. To do so, just uncomment the entries below -############################################################################### -#*.sln merge=binary -#*.csproj merge=binary -#*.vbproj merge=binary -#*.vcxproj merge=binary -#*.vcproj merge=binary -#*.dbproj merge=binary -#*.fsproj merge=binary -#*.lsproj merge=binary -#*.wixproj merge=binary -#*.modelproj merge=binary -#*.sqlproj merge=binary -#*.wwaproj merge=binary - -############################################################################### -# behavior for image files -# -# image files are treated as binary by default. -############################################################################### -#*.jpg binary -#*.png binary -#*.gif binary - -############################################################################### -# diff behavior for common document formats -# -# Convert binary document formats to text before diffing them. This feature -# is only available from the command line. Turn it on by uncommenting the -# entries below. -############################################################################### -#*.doc diff=astextplain -#*.DOC diff=astextplain -#*.docx diff=astextplain -#*.DOCX diff=astextplain -#*.dot diff=astextplain -#*.DOT diff=astextplain -#*.pdf diff=astextplain -#*.PDF diff=astextplain -#*.rtf diff=astextplain -#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore index 2636851..fe20865 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,6 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd -*.bin \ No newline at end of file +*.bin + +.vscode \ No newline at end of file diff --git a/Password_manager.sln b/Password_manager.sln deleted file mode 100644 index e81abb1..0000000 --- a/Password_manager.sln +++ /dev/null @@ -1,31 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.6.33815.320 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Password_manager", "Password_manager\Password_manager.vcxproj", "{65204EE2-7414-43B0-90C2-5B66015997E3}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {65204EE2-7414-43B0-90C2-5B66015997E3}.Debug|x64.ActiveCfg = Debug|x64 - {65204EE2-7414-43B0-90C2-5B66015997E3}.Debug|x64.Build.0 = Debug|x64 - {65204EE2-7414-43B0-90C2-5B66015997E3}.Debug|x86.ActiveCfg = Debug|Win32 - {65204EE2-7414-43B0-90C2-5B66015997E3}.Debug|x86.Build.0 = Debug|Win32 - {65204EE2-7414-43B0-90C2-5B66015997E3}.Release|x64.ActiveCfg = Release|x64 - {65204EE2-7414-43B0-90C2-5B66015997E3}.Release|x64.Build.0 = Release|x64 - {65204EE2-7414-43B0-90C2-5B66015997E3}.Release|x86.ActiveCfg = Release|Win32 - {65204EE2-7414-43B0-90C2-5B66015997E3}.Release|x86.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {D1A953ED-7BE2-49EB-AA31-67A9E67FE538} - EndGlobalSection -EndGlobal diff --git a/Password_manager/Password_manager.vcxproj b/Password_manager/Password_manager.vcxproj deleted file mode 100644 index 450e51b..0000000 --- a/Password_manager/Password_manager.vcxproj +++ /dev/null @@ -1,157 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 16.0 - Win32Proj - {65204ee2-7414-43b0-90c2-5b66015997e3} - Passwordmanager - 10.0 - - - - Application - true - v143 - Unicode - - - Application - false - v143 - true - Unicode - - - Application - true - v143 - Unicode - - - Application - false - v143 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - Level3 - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - - - - - Level3 - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - - - Level3 - true - _DEBUG;_CONSOLE%(PreprocessorDefinitions) - true - $(SolutionDir)dependences\openssl\lib\$(Configuration)\include;$(SolutionDir)Password_manager\include - stdcpp20 - - - Console - true - libssl.lib;libcrypto.lib;WS2_32.LIB;GDI32.LIB;ADVAPI32.LIB;CRYPT32.LIB;USER32.LIB;%(AdditionalDependencies) - $(SolutionDir)dependences\openssl\lib\$(Configuration)\lib;%(AdditionalLibraryDirectories) - - - - - Level3 - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - $(SolutionDir)dependences\openssl\lib\$(Configuration)\include;$(SolutionDir)Password_manager\include - stdcpp20 - - - Console - true - true - true - libssl.lib;libcrypto.lib;WS2_32.LIB;GDI32.LIB;ADVAPI32.LIB;CRYPT32.LIB;USER32.LIB;%(AdditionalDependencies) - $(SolutionDir)dependences\openssl\lib\$(Configuration)\lib;%(AdditionalLibraryDirectories) - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Password_manager/Password_manager.vcxproj.filters b/Password_manager/Password_manager.vcxproj.filters deleted file mode 100644 index d0fc592..0000000 --- a/Password_manager/Password_manager.vcxproj.filters +++ /dev/null @@ -1,60 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/Password_manager/include/Buffer.h b/include/Buffer.h similarity index 100% rename from Password_manager/include/Buffer.h rename to include/Buffer.h diff --git a/Password_manager/include/arg_func.h b/include/arg_func.h similarity index 100% rename from Password_manager/include/arg_func.h rename to include/arg_func.h diff --git a/Password_manager/include/cryptography.h b/include/cryptography.h similarity index 100% rename from Password_manager/include/cryptography.h rename to include/cryptography.h diff --git a/Password_manager/include/func.h b/include/func.h similarity index 100% rename from Password_manager/include/func.h rename to include/func.h diff --git a/Password_manager/include/glob.h b/include/glob.h similarity index 100% rename from Password_manager/include/glob.h rename to include/glob.h diff --git a/Password_manager/include/win.h b/include/win.h similarity index 100% rename from Password_manager/include/win.h rename to include/win.h diff --git a/Password_manager/source/arg_func.cpp b/source/arg_func.cpp similarity index 100% rename from Password_manager/source/arg_func.cpp rename to source/arg_func.cpp diff --git a/Password_manager/source/buffer.cpp b/source/buffer.cpp similarity index 100% rename from Password_manager/source/buffer.cpp rename to source/buffer.cpp diff --git a/Password_manager/source/cryptography.cpp b/source/cryptography.cpp similarity index 100% rename from Password_manager/source/cryptography.cpp rename to source/cryptography.cpp diff --git a/Password_manager/source/func.cpp b/source/func.cpp similarity index 100% rename from Password_manager/source/func.cpp rename to source/func.cpp diff --git a/Password_manager/source/glob.cpp b/source/glob.cpp similarity index 100% rename from Password_manager/source/glob.cpp rename to source/glob.cpp diff --git a/Password_manager/source/main.cpp b/source/main.cpp similarity index 100% rename from Password_manager/source/main.cpp rename to source/main.cpp diff --git a/Password_manager/source/win.cpp b/source/win.cpp similarity index 100% rename from Password_manager/source/win.cpp rename to source/win.cpp