ASP.NET Core Data Protection Provider

ASP.NET Core Data Protection using NCache

Positive Technologies’ recent study reveals that 44% of web applications have security flaws and data leakage vulnerabilities. All web apps contain some sensitive data, such data theft occurs when the data is not properly secure. So, for appropriate data protection, ASP.NET Core uses cryptographic APIs, besides the encryption algorithm to protect data and avoid any…

SSL/TLS Configuration in NCache Made Simple

SSL/TLS Configuration in NCache Made Simple

Data integrity is the basic building block of providing security and protecting sensitive data from data theft or breach. To prevent tampering of data, the client-server applications use TLS (Transport Level Security) protocol to communicate across the network. TLS supports methods responsible for exchanging keys, encrypting data, and authenticating message integrity, hence, establishing a secure…

Security in NCache

Exploring Cache Environment Security in NCache

Securing cached data in a multi-data center environment is paramount. There’s no denying that. But is securing data enough to ensure you have secured your cache environment? I’d beg to differ; it’s not nearly enough. Along with data security, you need to make sure your cache and server nodes are safe from unauthorized access as well.…

encryption-ncache

Diving Deeper into Encryption in NCache

If you are using an in-memory distributed cache and your application contains private and sensitive data that you want to secure, you need to ensure that your distributed cache prevents this sensitive data from unauthorized access through encryption. NCache provides a rich set of industry-standard encryption algorithms that are nearly impossible to break. This ensures…