From 39866c458532931cdd87ba200adec5d4ab65cbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renan=20Arag=C3=A3o?= Date: Fri, 12 May 2023 15:51:53 -0300 Subject: [PATCH] update to net 7 --- Rijndael256.Tests/Rijndael256.Tests.csproj | 31 +++++++++---- Rijndael256.Tests/Usings.cs | 1 + Rijndael256.sln | 51 ++++++++-------------- Rijndael256/Rijndael256.csproj | 27 +++--------- 4 files changed, 45 insertions(+), 65 deletions(-) create mode 100644 Rijndael256.Tests/Usings.cs diff --git a/Rijndael256.Tests/Rijndael256.Tests.csproj b/Rijndael256.Tests/Rijndael256.Tests.csproj index c63562b..b49a021 100644 --- a/Rijndael256.Tests/Rijndael256.Tests.csproj +++ b/Rijndael256.Tests/Rijndael256.Tests.csproj @@ -1,16 +1,29 @@ - + + - netcoreapp1.0;net452 + net7.0 + enable + enable + + false + true + - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + - - - - \ No newline at end of file + + diff --git a/Rijndael256.Tests/Usings.cs b/Rijndael256.Tests/Usings.cs new file mode 100644 index 0000000..8c927eb --- /dev/null +++ b/Rijndael256.Tests/Usings.cs @@ -0,0 +1 @@ +global using Xunit; \ No newline at end of file diff --git a/Rijndael256.sln b/Rijndael256.sln index 2db6755..b35d655 100644 --- a/Rijndael256.sln +++ b/Rijndael256.sln @@ -1,54 +1,37 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26127.0 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32602.215 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rijndael256", "Rijndael256\Rijndael256.csproj", "{9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rijndael256.Tests", "Rijndael256.Tests\Rijndael256.Tests.csproj", "{2492F930-B153-4B95-9129-5E8CAF44B4DC}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5CDE51A-DBA4-4817-937B-C5A4C9EBA86C}" ProjectSection(SolutionItems) = preProject LICENSE = LICENSE README.md = README.md EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rijndael256", "Rijndael256\Rijndael256.csproj", "{DB6A458A-713D-46BA-B68D-A42D57DE19BE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rijndael256.Tests", "Rijndael256.Tests\Rijndael256.Tests.csproj", "{8951F2E7-3446-4DEB-94FC-CA4F775AEAEB}" +EndProject Global 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 - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Debug|x64.ActiveCfg = Debug|x64 - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Debug|x64.Build.0 = Debug|x64 - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Debug|x86.ActiveCfg = Debug|x86 - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Debug|x86.Build.0 = Debug|x86 - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Release|Any CPU.Build.0 = Release|Any CPU - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Release|x64.ActiveCfg = Release|x64 - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Release|x64.Build.0 = Release|x64 - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Release|x86.ActiveCfg = Release|x86 - {9CC1F01F-D150-4F1A-A1B2-C1CB02EACB18}.Release|x86.Build.0 = Release|x86 - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Debug|x64.ActiveCfg = Debug|x64 - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Debug|x64.Build.0 = Debug|x64 - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Debug|x86.ActiveCfg = Debug|x86 - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Debug|x86.Build.0 = Debug|x86 - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Release|Any CPU.Build.0 = Release|Any CPU - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Release|x64.ActiveCfg = Release|x64 - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Release|x64.Build.0 = Release|x64 - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Release|x86.ActiveCfg = Release|x86 - {2492F930-B153-4B95-9129-5E8CAF44B4DC}.Release|x86.Build.0 = Release|x86 + {DB6A458A-713D-46BA-B68D-A42D57DE19BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DB6A458A-713D-46BA-B68D-A42D57DE19BE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DB6A458A-713D-46BA-B68D-A42D57DE19BE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DB6A458A-713D-46BA-B68D-A42D57DE19BE}.Release|Any CPU.Build.0 = Release|Any CPU + {8951F2E7-3446-4DEB-94FC-CA4F775AEAEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8951F2E7-3446-4DEB-94FC-CA4F775AEAEB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8951F2E7-3446-4DEB-94FC-CA4F775AEAEB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8951F2E7-3446-4DEB-94FC-CA4F775AEAEB}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BF7A5E4C-A288-4565-A7AC-4CB1743BDBC2} + EndGlobalSection EndGlobal diff --git a/Rijndael256/Rijndael256.csproj b/Rijndael256/Rijndael256.csproj index 0201e32..72764a6 100644 --- a/Rijndael256/Rijndael256.csproj +++ b/Rijndael256/Rijndael256.csproj @@ -1,24 +1,7 @@ - - - netcoreapp1.0;net452 - 3.2.0 - 2Toad, LLC - Rijndael256 makes encrypting data and files a breeze with the AES symmetric-key cipher Rijndael. + -Features: AES-128, AES-192, AES-256, Authenticated Encryption (AE), Encrypt-then-MAC (EtM), SHA-512, PBKDF2. - 2Toad, LLC - Copyright (C)2013 2Toad, LLC. All rights reserved. - https://github.com/2Toad/Rijndael256/blob/master/LICENSE - https://github.com/2Toad/Rijndael256 - https://github.com/2Toad/Rijndael256 - git - 2Toad Rijndael256 Security Cryptography Cryptographic Encryption Decryption Rijndael AES AES-128 AES-192 AES-256 Authenticated AE Encrypt-then-MAC EtM SHA SHA-512 PBKDF2 Hashing - 3.2.0.0 - 3.2.0.0 + + netstandard2.0 - - - 4.3.0 - - - \ No newline at end of file + +