Added password and session creation functions.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
".NETCoreApp,Version=v3.1": {
|
||||
"SecureCore/1.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "5.0.1",
|
||||
"Microsoft.AspNetCore.Antiforgery": "3.1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.Abstractions": "3.1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "3.1.0.0",
|
||||
@@ -40,8 +41,6 @@
|
||||
"Microsoft.AspNetCore.Connections.Abstractions": "3.1.0.0",
|
||||
"Microsoft.AspNetCore.CookiePolicy": "3.1.0.0",
|
||||
"Microsoft.AspNetCore.Cors": "3.1.0.0",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "3.1.0.0",
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "3.1.0.0",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "3.1.0.0",
|
||||
"Microsoft.AspNetCore.DataProtection": "3.1.0.0",
|
||||
"Microsoft.AspNetCore.DataProtection.Extensions": "3.1.0.0",
|
||||
@@ -314,6 +313,31 @@
|
||||
"SecureCore.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.Cryptography.Internal/5.0.1": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.120.60107"
|
||||
}
|
||||
},
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.1": {
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "5.0.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.120.60107"
|
||||
}
|
||||
},
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.Antiforgery/3.1.0.0": {
|
||||
"compile": {
|
||||
"Microsoft.AspNetCore.Antiforgery.dll": {}
|
||||
@@ -410,18 +434,6 @@
|
||||
},
|
||||
"compileOnly": true
|
||||
},
|
||||
"Microsoft.AspNetCore.Cryptography.Internal/3.1.0.0": {
|
||||
"compile": {
|
||||
"Microsoft.AspNetCore.Cryptography.Internal.dll": {}
|
||||
},
|
||||
"compileOnly": true
|
||||
},
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation/3.1.0.0": {
|
||||
"compile": {
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {}
|
||||
},
|
||||
"compileOnly": true
|
||||
},
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions/3.1.0.0": {
|
||||
"compile": {
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions.dll": {}
|
||||
@@ -2014,6 +2026,20 @@
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.AspNetCore.Cryptography.Internal/5.0.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-VGfj77RBkyWpPxvX6oSghE3DPObvg171HRdwr/t3aJQ9Y5cgaZE8BUNLhHZ0yBFa218r7e9Qou+DLGfRtve4CQ==",
|
||||
"path": "microsoft.aspnetcore.cryptography.internal/5.0.1",
|
||||
"hashPath": "microsoft.aspnetcore.cryptography.internal.5.0.1.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-kYiQ5AZMKVIB+28+ImC6GihJTSh2Sr6iofiYtsOOnCbgCmNBljH4n+r8Qfocxv78xeeby5lwZorq05OvriDbOQ==",
|
||||
"path": "microsoft.aspnetcore.cryptography.keyderivation/5.0.1",
|
||||
"hashPath": "microsoft.aspnetcore.cryptography.keyderivation.5.0.1.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.AspNetCore.Antiforgery/3.1.0.0": {
|
||||
"type": "referenceassembly",
|
||||
"serviceable": false,
|
||||
@@ -2094,16 +2120,6 @@
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.AspNetCore.Cryptography.Internal/3.1.0.0": {
|
||||
"type": "referenceassembly",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation/3.1.0.0": {
|
||||
"type": "referenceassembly",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions/3.1.0.0": {
|
||||
"type": "referenceassembly",
|
||||
"serviceable": false,
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -5,3 +5,5 @@ C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubT
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\SecureCore.deps.json
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\SecureCore.runtimeconfig.json
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\SecureCore.pdb
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\Microsoft.AspNetCore.Cryptography.Internal.dll
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\PubTmp\Out\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
707cc6b556c13148aa191cb544faa8d46927ce06
|
||||
bcb5d7715e4b62750b8707cb5830a8376ef8a29b
|
||||
|
||||
@@ -18,3 +18,6 @@ C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\Secu
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.dll
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.pdb
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.genruntimeconfig.cache
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Release\netcoreapp3.1\Microsoft.AspNetCore.Cryptography.Internal.dll
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\bin\Release\netcoreapp3.1\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
|
||||
C:\Users\admin\source\repos\SecureCore\SecureCore\obj\Release\netcoreapp3.1\SecureCore.csproj.CopyComplete
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user