commit 55ef7b4fb11a49882a01ee18c02d55fae908b5be Author: Miskolczi Richárd Date: Fri Mar 24 10:17:54 2023 +0100 Adding files diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58537fe --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Password\ Manager/bin diff --git a/.vs/Password Manager/DesignTimeBuild/.dtbcache.v2 b/.vs/Password Manager/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..c43b6cf Binary files /dev/null and b/.vs/Password Manager/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/Password Manager/FileContentIndex/1032e6ac-4057-4a9f-88e1-0f7ac066e540.vsidx b/.vs/Password Manager/FileContentIndex/1032e6ac-4057-4a9f-88e1-0f7ac066e540.vsidx new file mode 100644 index 0000000..e9809ce Binary files /dev/null and b/.vs/Password Manager/FileContentIndex/1032e6ac-4057-4a9f-88e1-0f7ac066e540.vsidx differ diff --git a/.vs/Password Manager/FileContentIndex/14525784-c01f-4bef-8ef7-4a316a44499e.vsidx b/.vs/Password Manager/FileContentIndex/14525784-c01f-4bef-8ef7-4a316a44499e.vsidx new file mode 100644 index 0000000..119b6fd Binary files /dev/null and b/.vs/Password Manager/FileContentIndex/14525784-c01f-4bef-8ef7-4a316a44499e.vsidx differ diff --git a/.vs/Password Manager/FileContentIndex/3f234630-ab2c-4af1-9e1b-43da5cc663cc.vsidx b/.vs/Password Manager/FileContentIndex/3f234630-ab2c-4af1-9e1b-43da5cc663cc.vsidx new file mode 100644 index 0000000..ee3acf1 Binary files /dev/null and b/.vs/Password Manager/FileContentIndex/3f234630-ab2c-4af1-9e1b-43da5cc663cc.vsidx differ diff --git a/.vs/Password Manager/FileContentIndex/681d166b-1020-4321-bad6-4b108e0d48ee.vsidx b/.vs/Password Manager/FileContentIndex/681d166b-1020-4321-bad6-4b108e0d48ee.vsidx new file mode 100644 index 0000000..ebb335a Binary files /dev/null and b/.vs/Password Manager/FileContentIndex/681d166b-1020-4321-bad6-4b108e0d48ee.vsidx differ diff --git a/.vs/Password Manager/FileContentIndex/read.lock b/.vs/Password Manager/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/Password Manager/v17/.futdcache.v2 b/.vs/Password Manager/v17/.futdcache.v2 new file mode 100644 index 0000000..5ca7305 Binary files /dev/null and b/.vs/Password Manager/v17/.futdcache.v2 differ diff --git a/.vs/Password Manager/v17/.suo b/.vs/Password Manager/v17/.suo new file mode 100644 index 0000000..f9514b4 Binary files /dev/null and b/.vs/Password Manager/v17/.suo differ diff --git a/.vs/ProjectEvaluation/password manager.metadata.v6.1 b/.vs/ProjectEvaluation/password manager.metadata.v6.1 new file mode 100644 index 0000000..011a9e8 Binary files /dev/null and b/.vs/ProjectEvaluation/password manager.metadata.v6.1 differ diff --git a/.vs/ProjectEvaluation/password manager.projects.v6.1 b/.vs/ProjectEvaluation/password manager.projects.v6.1 new file mode 100644 index 0000000..1c30d40 Binary files /dev/null and b/.vs/ProjectEvaluation/password manager.projects.v6.1 differ diff --git a/Password Manager.sln b/Password Manager.sln new file mode 100644 index 0000000..b0ec11b --- /dev/null +++ b/Password Manager.sln @@ -0,0 +1,37 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33424.131 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Password Manager", "Password Manager\Password Manager.csproj", "{E5A428BE-2928-470F-9115-7B09D39D786C}" +EndProject +Global + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {183ED631-CB57-46BE-9A24-1B9BA5F19955} + EndGlobalSection + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|x64.ActiveCfg = Debug|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|x64.Build.0 = Debug|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|x86.ActiveCfg = Debug|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|x86.Build.0 = Debug|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|Any CPU.Build.0 = Release|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x64.ActiveCfg = Release|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x64.Build.0 = Release|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x86.ActiveCfg = Release|Any CPU + {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Password Manager/Form1.Designer.cs b/Password Manager/Form1.Designer.cs new file mode 100644 index 0000000..48662ff --- /dev/null +++ b/Password Manager/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace Password_Manager +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; + } + + #endregion + } +} \ No newline at end of file diff --git a/Password Manager/Form1.cs b/Password Manager/Form1.cs new file mode 100644 index 0000000..87f1a45 --- /dev/null +++ b/Password Manager/Form1.cs @@ -0,0 +1,10 @@ +namespace Password_Manager +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/Password Manager/Form1.resx b/Password Manager/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Password Manager/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Password Manager/Password Manager.csproj b/Password Manager/Password Manager.csproj new file mode 100644 index 0000000..9214b82 --- /dev/null +++ b/Password Manager/Password Manager.csproj @@ -0,0 +1,12 @@ + + + + WinExe + net7.0-windows + Password_Manager + enable + true + enable + + + \ No newline at end of file diff --git a/Password Manager/Password Manager.csproj.user b/Password Manager/Password Manager.csproj.user new file mode 100644 index 0000000..7814ea2 --- /dev/null +++ b/Password Manager/Password Manager.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/Password Manager/Program.cs b/Password Manager/Program.cs new file mode 100644 index 0000000..9a7155a --- /dev/null +++ b/Password Manager/Program.cs @@ -0,0 +1,17 @@ +namespace Password_Manager +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + // To customize application configuration such as set high DPI settings or default font, + // see https://aka.ms/applicationconfiguration. + ApplicationConfiguration.Initialize(); + Application.Run(new Form1()); + } + } +} \ No newline at end of file diff --git a/Password Manager/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/Password Manager/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..4257f4b --- /dev/null +++ b/Password Manager/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/Password Manager/obj/Debug/net7.0-windows/Password Manager.AssemblyInfo.cs b/Password Manager/obj/Debug/net7.0-windows/Password Manager.AssemblyInfo.cs new file mode 100644 index 0000000..66580a5 --- /dev/null +++ b/Password Manager/obj/Debug/net7.0-windows/Password Manager.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Password Manager")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Password Manager")] +[assembly: System.Reflection.AssemblyTitleAttribute("Password Manager")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Password Manager/obj/Debug/net7.0-windows/Password Manager.AssemblyInfoInputs.cache b/Password Manager/obj/Debug/net7.0-windows/Password Manager.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6f6b74b --- /dev/null +++ b/Password Manager/obj/Debug/net7.0-windows/Password Manager.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +0a8521d33af2cb246a3e3e587c0e43ef427c3924 diff --git a/Password Manager/obj/Debug/net7.0-windows/Password Manager.GeneratedMSBuildEditorConfig.editorconfig b/Password Manager/obj/Debug/net7.0-windows/Password Manager.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..3affcda --- /dev/null +++ b/Password Manager/obj/Debug/net7.0-windows/Password Manager.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.TargetFramework = net7.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Password_Manager +build_property.ProjectDir = C:\Users\RichardMiskolczi\Password Manager\Password Manager\ diff --git a/Password Manager/obj/Debug/net7.0-windows/Password Manager.GlobalUsings.g.cs b/Password Manager/obj/Debug/net7.0-windows/Password Manager.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/Password Manager/obj/Debug/net7.0-windows/Password Manager.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; diff --git a/Password Manager/obj/Debug/net7.0-windows/Password Manager.assets.cache b/Password Manager/obj/Debug/net7.0-windows/Password Manager.assets.cache new file mode 100644 index 0000000..0f81bb2 Binary files /dev/null and b/Password Manager/obj/Debug/net7.0-windows/Password Manager.assets.cache differ diff --git a/Password Manager/obj/Debug/net7.0-windows/Password Manager.csproj.AssemblyReference.cache b/Password Manager/obj/Debug/net7.0-windows/Password Manager.csproj.AssemblyReference.cache new file mode 100644 index 0000000..1ca95f0 Binary files /dev/null and b/Password Manager/obj/Debug/net7.0-windows/Password Manager.csproj.AssemblyReference.cache differ diff --git a/Password Manager/obj/Debug/net7.0-windows/Password Manager.designer.deps.json b/Password Manager/obj/Debug/net7.0-windows/Password Manager.designer.deps.json new file mode 100644 index 0000000..e775195 --- /dev/null +++ b/Password Manager/obj/Debug/net7.0-windows/Password Manager.designer.deps.json @@ -0,0 +1,11 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": {} + }, + "libraries": {} +} \ No newline at end of file diff --git a/Password Manager/obj/Debug/net7.0-windows/Password Manager.designer.runtimeconfig.json b/Password Manager/obj/Debug/net7.0-windows/Password Manager.designer.runtimeconfig.json new file mode 100644 index 0000000..0ffbf74 --- /dev/null +++ b/Password Manager/obj/Debug/net7.0-windows/Password Manager.designer.runtimeconfig.json @@ -0,0 +1,22 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "7.0.0" + } + ], + "additionalProbingPaths": [ + "C:\\Users\\RichardMiskolczi\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\RichardMiskolczi\\.nuget\\packages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/Password Manager/obj/Password Manager.csproj.nuget.dgspec.json b/Password Manager/obj/Password Manager.csproj.nuget.dgspec.json new file mode 100644 index 0000000..3f32255 --- /dev/null +++ b/Password Manager/obj/Password Manager.csproj.nuget.dgspec.json @@ -0,0 +1,65 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\RichardMiskolczi\\Password Manager\\Password Manager\\Password Manager.csproj": {} + }, + "projects": { + "C:\\Users\\RichardMiskolczi\\Password Manager\\Password Manager\\Password Manager.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\RichardMiskolczi\\Password Manager\\Password Manager\\Password Manager.csproj", + "projectName": "Password Manager", + "projectPath": "C:\\Users\\RichardMiskolczi\\Password Manager\\Password Manager\\Password Manager.csproj", + "packagesPath": "C:\\Users\\RichardMiskolczi\\.nuget\\packages\\", + "outputPath": "C:\\Users\\RichardMiskolczi\\Password Manager\\Password Manager\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\RichardMiskolczi\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {} + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Password Manager/obj/Password Manager.csproj.nuget.g.props b/Password Manager/obj/Password Manager.csproj.nuget.g.props new file mode 100644 index 0000000..c4b0128 --- /dev/null +++ b/Password Manager/obj/Password Manager.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\RichardMiskolczi\.nuget\packages\ + PackageReference + 6.5.0 + + + + + \ No newline at end of file diff --git a/Password Manager/obj/Password Manager.csproj.nuget.g.targets b/Password Manager/obj/Password Manager.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/Password Manager/obj/Password Manager.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Password Manager/obj/project.assets.json b/Password Manager/obj/project.assets.json new file mode 100644 index 0000000..45f1b26 --- /dev/null +++ b/Password Manager/obj/project.assets.json @@ -0,0 +1,70 @@ +{ + "version": 3, + "targets": { + "net7.0-windows7.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net7.0-windows7.0": [] + }, + "packageFolders": { + "C:\\Users\\RichardMiskolczi\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\RichardMiskolczi\\Password Manager\\Password Manager\\Password Manager.csproj", + "projectName": "Password Manager", + "projectPath": "C:\\Users\\RichardMiskolczi\\Password Manager\\Password Manager\\Password Manager.csproj", + "packagesPath": "C:\\Users\\RichardMiskolczi\\.nuget\\packages\\", + "outputPath": "C:\\Users\\RichardMiskolczi\\Password Manager\\Password Manager\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\RichardMiskolczi\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {} + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Password Manager/obj/project.nuget.cache b/Password Manager/obj/project.nuget.cache new file mode 100644 index 0000000..c3c051c --- /dev/null +++ b/Password Manager/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "j+Af3msCh5F346C/nQWI7qovMW8Vd2PEbp7ynx42JtS4tfpFIR2p1HtRmEyrqVdFgQ1kz/RvVO6rZ8LL+kAtoA==", + "success": true, + "projectFilePath": "C:\\Users\\RichardMiskolczi\\Password Manager\\Password Manager\\Password Manager.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file