Password Hashing setup. Need server setups and decisions made about API to move forward more

This commit is contained in:
2026-03-13 20:53:14 -04:00
parent 7682ce0429
commit 08e9bf748f
12 changed files with 372 additions and 40 deletions

View File

@@ -27,6 +27,36 @@
"lib/net8.0/Dahomey.Cbor.dll": {}
}
},
"Konscious.Security.Cryptography.Argon2/1.3.1": {
"type": "package",
"dependencies": {
"Konscious.Security.Cryptography.Blake2": "1.1.1",
"System.Memory": "4.5.4"
},
"compile": {
"lib/net8.0/Konscious.Security.Cryptography.Argon2.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net8.0/Konscious.Security.Cryptography.Argon2.dll": {
"related": ".xml"
}
}
},
"Konscious.Security.Cryptography.Blake2/1.1.1": {
"type": "package",
"compile": {
"lib/net8.0/Konscious.Security.Cryptography.Blake2.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net8.0/Konscious.Security.Cryptography.Blake2.dll": {
"related": ".xml"
}
}
},
"Microsoft.Bcl.AsyncInterfaces/6.0.0": {
"type": "package",
"compile": {
@@ -412,6 +442,15 @@
}
}
},
"System.Memory/4.5.4": {
"type": "package",
"compile": {
"ref/netcoreapp2.1/_._": {}
},
"runtime": {
"lib/netcoreapp2.1/_._": {}
}
},
"System.Reactive/6.0.0": {
"type": "package",
"compile": {
@@ -511,6 +550,44 @@
"lib/netstandard2.0/Dahomey.Cbor.dll"
]
},
"Konscious.Security.Cryptography.Argon2/1.3.1": {
"sha512": "T+OAGwzYYXftahpOxO7J4xA5K6urxwGnWQf3M+Jpi+76Azv/0T3M5SuN+h7/QvXuiqNw3ZEZ5QqVLI5ygDAylw==",
"type": "package",
"path": "konscious.security.cryptography.argon2/1.3.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"konscious.security.cryptography.argon2.1.3.1.nupkg.sha512",
"konscious.security.cryptography.argon2.nuspec",
"lib/net46/Konscious.Security.Cryptography.Argon2.dll",
"lib/net46/Konscious.Security.Cryptography.Argon2.xml",
"lib/net6.0/Konscious.Security.Cryptography.Argon2.dll",
"lib/net6.0/Konscious.Security.Cryptography.Argon2.xml",
"lib/net8.0/Konscious.Security.Cryptography.Argon2.dll",
"lib/net8.0/Konscious.Security.Cryptography.Argon2.xml",
"lib/netstandard1.3/Konscious.Security.Cryptography.Argon2.dll",
"lib/netstandard1.3/Konscious.Security.Cryptography.Argon2.xml"
]
},
"Konscious.Security.Cryptography.Blake2/1.1.1": {
"sha512": "odwOyzj/J/lHJZNwFWJGU/LRecBShupAJ2S8TQqZfhUe9niHzu/voBYK5wuVKsvSpzbfupKQYZguVyIk1sgOkQ==",
"type": "package",
"path": "konscious.security.cryptography.blake2/1.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"konscious.security.cryptography.blake2.1.1.1.nupkg.sha512",
"konscious.security.cryptography.blake2.nuspec",
"lib/net46/Konscious.Security.Cryptography.Blake2.dll",
"lib/net46/Konscious.Security.Cryptography.Blake2.xml",
"lib/net6.0/Konscious.Security.Cryptography.Blake2.dll",
"lib/net6.0/Konscious.Security.Cryptography.Blake2.xml",
"lib/net8.0/Konscious.Security.Cryptography.Blake2.dll",
"lib/net8.0/Konscious.Security.Cryptography.Blake2.xml",
"lib/netstandard1.3/Konscious.Security.Cryptography.Blake2.dll",
"lib/netstandard1.3/Konscious.Security.Cryptography.Blake2.xml"
]
},
"Microsoft.Bcl.AsyncInterfaces/6.0.0": {
"sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==",
"type": "package",
@@ -1131,6 +1208,29 @@
"system.linq.async.nuspec"
]
},
"System.Memory/4.5.4": {
"sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"type": "package",
"path": "system.memory/4.5.4",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Memory.dll",
"lib/net461/System.Memory.xml",
"lib/netcoreapp2.1/_._",
"lib/netstandard1.1/System.Memory.dll",
"lib/netstandard1.1/System.Memory.xml",
"lib/netstandard2.0/System.Memory.dll",
"lib/netstandard2.0/System.Memory.xml",
"ref/netcoreapp2.1/_._",
"system.memory.4.5.4.nupkg.sha512",
"system.memory.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Reactive/6.0.0": {
"sha512": "31kfaW4ZupZzPsI5PVe77VhnvFF55qgma7KZr/E0iFTs6fmdhhG8j0mgEx620iLTey1EynOkEfnyTjtNEpJzGw==",
"type": "package",
@@ -1239,6 +1339,7 @@
},
"projectFileDependencyGroups": {
"net9.0": [
"Konscious.Security.Cryptography.Argon2 >= 1.3.1",
"SurrealDb.Net >= 0.9.0"
]
},
@@ -1293,6 +1394,10 @@
"net9.0": {
"targetAlias": "net9.0",
"dependencies": {
"Konscious.Security.Cryptography.Argon2": {
"target": "Package",
"version": "[1.3.1, )"
},
"SurrealDb.Net": {
"target": "Package",
"version": "[0.9.0, )"