3 Important Things About Backing Up Data
Backing up data is important, but not that many people bother putting enough effort into making sure that their files are safe. The negligence should not be so prominent given how many different…
A proper & well organized listing of IT companies
Backing up data is important, but not that many people bother putting enough effort into making sure that their files are safe. The negligence should not be so prominent given how many different…
In signing, a Digital Signature (Digital Signature is nothing, just a string) is shared with the recipient. The recipient uses this signature to verify the authenticity of the issuer.You can co-relate…
There could be multiple ways to access the keys from Key Vault in a .NET Core application, but you could choose from the 3 explained below.Accessing Key Vault Secret using C# SDKTo access key vault…
I often get confused between Encryption and Signing as both process use public key and private key. So, I thought to write a blog post about it so that I can look up to it the next time when I…
Implementing Token Based Authentication in Web API 2 using OWIN. Today, we are going to talk about how can we secure our Web API. So we will learn how can we secure our Web APIs by implementing Token Based authentication and authorization in them.…