All Projects → damienbod → SendingEncryptedData

damienbod / SendingEncryptedData

Licence: MIT license
.NET Core Encryption

Programming Languages

CSS
56736 projects
C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to SendingEncryptedData

Aspnet5identityserverangularimplicitflow
OpenID Connect Code / Implicit Flow with Angular and ASP.NET Core 5 IdentityServer4
Stars: ✭ 670 (+1663.16%)
Mutual labels:  identity, aspnet-core
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (+589.47%)
Mutual labels:  identity, aspnet-core
Aspnetcore Webapi Course
Professional REST API design with ASP.NET Core 3.1 WebAPI
Stars: ✭ 323 (+750%)
Mutual labels:  identity, aspnet-core
Identityserver4
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
Stars: ✭ 8,428 (+22078.95%)
Mutual labels:  identity, aspnet-core
Identitybase
IdentityBase is a Universal Identity Platform for web, mobile and IoT built on top of IdentityServer.
Stars: ✭ 112 (+194.74%)
Mutual labels:  identity, aspnet-core
AspNetCoreBackChannelLogout
ASP.NET Core Back-Channel Logout for Hybrid Clients, Redis, Key Vault, Azure
Stars: ✭ 17 (-55.26%)
Mutual labels:  identity, aspnet-core
Identity.dapper
Identity package that uses Dapper instead EntityFramework for use with .NET Core
Stars: ✭ 234 (+515.79%)
Mutual labels:  identity, aspnet-core
WeIdentity
基于区块链的符合W3C DID和Verifiable Credential规范的分布式身份解决方案
Stars: ✭ 1,063 (+2697.37%)
Mutual labels:  identity, digital-signature
DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core 3.x applications.
Stars: ✭ 117 (+207.89%)
Mutual labels:  aspnet-core
niftygate
Drop-in Access Control via NFT Ownership
Stars: ✭ 61 (+60.53%)
Mutual labels:  digital-signature
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (-34.21%)
Mutual labels:  aspnet-core
aspnetcore-auth-demo
JWT authentication ASP.NET Core Api
Stars: ✭ 12 (-68.42%)
Mutual labels:  aspnet-core
IDVerification
"Very simple but works well" Computer Vision based ID verification solution provided by LibraX.
Stars: ✭ 44 (+15.79%)
Mutual labels:  identity
privx-on-aws
PrivX - Just-in-time Access Management
Stars: ✭ 18 (-52.63%)
Mutual labels:  identity
emplea do
Open source tech jobs portal. Made with .Net Core
Stars: ✭ 75 (+97.37%)
Mutual labels:  aspnet-core
Object-Detection-And-Tracking
Target detection in the first frame and Tracking target by SiamRPN.
Stars: ✭ 33 (-13.16%)
Mutual labels:  identity
AspNetCore.Identity.DynamoDB
DynamoDB Data Store Adaptor for ASP.NET Core Identity
Stars: ✭ 31 (-18.42%)
Mutual labels:  identity
swan-aspnetcore
SWAN ASP.NET Core
Stars: ✭ 28 (-26.32%)
Mutual labels:  aspnet-core
auth0-xamarin-oidc-samples
Auth0 OIDC Client with Xamarin applications
Stars: ✭ 26 (-31.58%)
Mutual labels:  identity
orbit-db-identity-provider
Default identity provider for OrbitDB
Stars: ✭ 32 (-15.79%)
Mutual labels:  identity

Sending Encrypted Data

.NET

Blogs

History

2022-06-06 Updated packages, move to nullables and ImplicitUsings

2022-01-08 Updated packages

2021-11-02 Updated to .NET 6

2021-08-20 Updated packages, added build

2021-04-26 Updated packages

2021-02-28 Updated nuget packages

2020-12-26 Updated to .NET 5

Migrations Razor page APP

Add-Migration "init_identity_db" 
Update-Database

Links

https://docs.microsoft.com/en-us/dotnet/standard/security/encrypting-data

https://docs.microsoft.com/en-us/dotnet/standard/security/decrypting-data

https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/configuration/overview

https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.protecteddata.unprotect

https://docs.microsoft.com/en-us/dotnet/standard/security/how-to-use-data-protection

https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.aes?view=netcore-3.1

https://docs.microsoft.com/en-us/dotnet/standard/security/cross-platform-cryptography

https://docs.microsoft.com/en-us/dotnet/standard/security/vulnerabilities-cbc-mode

https://edi.wang/post/2019/1/15/caveats-in-aspnet-core-data-protection

https://dev.to/stratiteq/cryptography-with-practical-examples-in-net-core-1mc4

https://www.tpeczek.com/2020/08/supporting-encrypted-content-encoding.html

https://cryptobook.nakov.com/

https://www.meziantou.net/cryptography-in-dotnet.htm

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].