add test environment

This commit is contained in:
Marius Nechifor
2024-11-14 13:23:49 +02:00
committed by GitHub
parent c48eed7f77
commit 36a07b251a
60 changed files with 450 additions and 0 deletions
@@ -0,0 +1 @@
92eba3c5-a8d0-44d5-836d-25bc4aa81a85
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<key id="729140b3-0296-4e14-8afa-60275fd797ca" version="1">
<creationDate>2024-11-12T08:27:39.8894479Z</creationDate>
<activationDate>2024-11-12T08:27:39.879535Z</activationDate>
<expirationDate>2025-02-10T08:27:39.879535Z</expirationDate>
<descriptor deserializerType="Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
<descriptor>
<encryption algorithm="AES_256_CBC" />
<validation algorithm="HMACSHA256" />
<masterKey p4:requiresEncryption="true" xmlns:p4="http://schemas.asp.net/2015/03/dataProtection">
<!-- Warning: the key below is in an unencrypted form. -->
<value>aq0fbIABPzsLl4bnZllVq2NhmsOrjc5zPeiGbBSTc5DMPm8n5C86DzCTPX0HJtZFUgaVoc+3qjFQJ4UB0J31rA==</value>
</masterKey>
</descriptor>
</descriptor>
</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
145