Data privacy Archives | Âé¶ąÔ­´´ News Center /tags/data-privacy/ Company & Customer Stories | Âé¶ąÔ­´´ Room Wed, 27 Mar 2024 17:57:12 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 Fully Homomorphic Encryption: Data Insights Without Sharing Data /2024/03/fully-homomorphic-encryption-insights-without-sharing-data/ Thu, 28 Mar 2024 12:15:00 +0000 /?p=223900 Carbon footprint calculation, patient privacy, and machine learning based on sensitive data – thanks to advanced encryption methods like fully homomorphic encryption.

Most have been in this situation before: one of the providers or services we use is a victim of a data breach and we want to determine if our personal user data has been impacted. This is where fully homomorphic encryption (FHE) comes into play. With FHE, the encrypted, personal password is compared against the data set of stolen user data and potential matches are identified without ever revealing the user’s password.

Use cases for this type of privacy-enhancing technology (PET) are numerous. They range from applications in medicine, where third-party service providers can analyze health data without compromising a patient’s privacy, to performing machine learning and AI algorithms on encrypted data, allowing organizations to derive insights from sensitive data sets without exposing the data to potential breaches or privacy violations.

How It Works

Fully homomorphic encryption allows calculations to be performed on encrypted data without having to decrypt it first. Confidentiality is maintained, as even the results are encrypted and can be viewed only with the appropriate decryption key. Further techniques for processing encrypted data are multi-party computation (MPC) and trusted execution environments (TEE).

Mathias Kohler, research manager at Âé¶ąÔ­´´ Security Research, outlines the differences: “While FHE is the most known of the encryption technologies, MPC is the ideal candidate if working with several parties exchanging encrypted data across company borders. And it can be substantially faster than FHE.” While both are software-based technologies, TEE is hardware-based, which makes it the fastest choice. The downside: TEEs, unlike MPC and FHE, require decrypting the data for processing. While decryption happens in a trusted hardware environment isolated from the operating system, it can allow data leakage via side-channel attacks. Notably, PETs do not need to be considered in isolation and can augment each other. For example, MPC can encrypt and distribute an FHE decryption key, protecting the FHE key and ensuring no single party can decrypt everything.

Âé¶ąÔ­´´ protects businesses’ applications and data by building, running, and maintaining more-secure operations

Why It’s Relevant

There is a demand for this kind of technology. By 2025, 60% of large organizations will use at least one privacy-enhancing computation technique in analytics, business intelligence, or cloud computing, according to .

Fully homomorphic encryption has numerous applications, especially in scenarios where privacy and security are paramount, such as secure computation in the cloud, privacy-preserving data analysis, and secure outsourcing of computations. As long as one party is performing the data processing centrally, FHE is the encryption method of choice. FHE enables organizations to share encrypted data with partners or third parties for analysis or monetization purposes while maintaining data confidentiality. This is particularly relevant in industries such as advertising and market research.

Interesting use case scenarios from Âé¶ąÔ­´´â€™s perspective could be secure benchmarking and predictive maintenance.

Secure Benchmarking

Companies often assess their competitiveness relative to industry peers and compare business-relevant KPIs, such as automation rate or return rates, with peers and even competitors. With fully homomorphic encryption, all participating parties can share encrypted KPIs without revealing individual data. As a result, they learn about relevant statistics, such as averages or medians, to assess their relative competitiveness and decide where to improve and invest.

Predictive Maintenance

Predictive maintenance is a machine learning technique to forecast demand for maintenance or spare parts based on historical data. “In certain industries, required data, such as usage patterns and failures, is considered sensitive and is not easily shared with data scientists or maintenance operators,” says Anselme Tueno, senior researcher at Âé¶ąÔ­´´ Security Research. By computing on encrypted data, however, no sensitive information is revealed while still allowing for the required insights to be gathered for prediction tasks.

Carbon Footprint Calculation with Multi-Party Computation

While it is early days from a product availability perspective, Âé¶ąÔ­´´ is working on potential use cases with customers and partners. One key example is calculating carbon footprints of products.

Prime examples for complex collaborations are today’s supply chains, intricate networks that encompass various levels of suppliers, manufacturers, and processed goods. Unfortunately, there is often a lack of comprehensive visibility across the entire process – either for technical reasons or because businesses are often reluctant to share sensitive data across supply chains that often include direct competitors.

However, to accurately assess and disclose a product’s carbon footprint, sensitive production details and associated carbon costs for production-relevant parts and materials are required. Here, MPC can reveal only the required carbon footprint without disclosing associated, proprietary manufacturing details with other supply chain participants.

Currently, Âé¶ąÔ­´´ is working with Bosch on cloud-native software for secure multi-party computation called .

“Âé¶ąÔ­´´ participates in this open-source project and supports the development of Carbyne Stack’s storage and processing services and the deployment of Carbyne Stack on Amazon Web Services (AWS),” Kohler explains. “For Bosch, Carbyne Stack is a type of cloud-native operating system for MPC workloads that manages resources to run as efficiently as possible in multi-cloud deployments.” This effort can help Âé¶ąÔ­´´ in the long run to integrate MPC as technology into Âé¶ąÔ­´´ solutions and services while running in a cloud-native environment.

What’s Next?

Despite all the benefits around processing data, encryption introduces significant computational overhead due to the complexity of performing operations on encrypted data. Slow processing speeds, especially for complex operations and large data sets, makes fully homomorphic encryption impractical for real-time applications or large-scale data processing. Although the performance of FHE has greatly improved in recent years, its practical adoption is still limited due to the processing overhead and performance considerations. Ongoing research is focused on the design of FHE-specific hardware accelerators.

“PETs for computing on encrypted data have the power to amplify data-driven business collaborations and reshape the future of cloud computing,” explains Jonas Böhler, senior researcher at Âé¶ąÔ­´´ Security Research. By safeguarding data, they enable access to previously untapped information while minimizing privacy risks and thwarting data breaches. The future of computing is encrypted.


Follow Âé¶ąÔ­´´ News on LinkedIn to stay up-to-date
]]>
Self-Sovereign Identity Gives Users Control Over Their Personal Data /2023/12/self-sovereign-identity-gives-control-over-personal-data/ Thu, 28 Dec 2023 13:15:00 +0000 /?p=220804 Self-sovereign identity (SSI) is the first technology to give individuals maximum control over their digital persona – and it’s as simple to use as a social login. Businesses will benefit too.

At the moment, we identify ourselves online in one of two ways.

Typically, we sign into an online service – a Web site or app – using an e-mail address or username and password, and in doing so share some of our personal information. With this method, whenever we switch to another service we have to repeat the log-in process with a different password. This leaves fragments of our data behind on each service we use and forces us to create and remember a different password for each one, which is annoying but essential for security reasons.

The more convenient option for initial log-ins is to use a “social log-in,” such as your Facebook ID, which allows you to use the same username and password to access a variety of different services. With this one “federated identity,” you can complete your initial log-in to a participating app or service by simply selecting “Sign in with….”

Understand how Âé¶ąÔ­´´ respects and protects individuals’ privacy rights

The downside of this convenience is that your personal data – and that of millions of other users – is controlled by a single company, creating honeypots of data that hackers have often successfully targeted in the past. There are many examples of sensitive information being stolen, including address data, medical data, credit card details, and more. Aside from not being ideal from a privacy perspective, most people would probably not feel comfortable using a social log-in to access a sensitive service like their bank account.

But there is a third option. Self-sovereign identity (SSI) – also known as decentralized or portable identity – allows users to identify themselves on the Web using credentials stored in a digital wallet on their smartphone. It offers the same convenience as a social log-in, but the user is in full control of the data.

“This technology is not owned by a company,” says Mehran Shakeri, development team lead at . “It’s the first completely open standard for digital identity on the Web, and it gives individuals maximum control of their data when deployed with a proper registry.”

User-Friendly ID Technology – For Businesses Too

Companies and organizations can also use SSI technology. After all, they also have an identity – usually in the form of a public entry in a commercial register. For example, when logging into a business network, a supplier must share a range of data, including its tax number, IBAN, and postal address.

Currently, this data cannot be automatically verified. Entities created in internal systems must be verified using a relatively complex and costly third-party service. Records can be inconsistent and difficult to keep up-to-date. Data is often transferred from one system to another without being automatically verified.

This major issue can be solved if a company has a self-sovereign identity. Its digital wallet then serves as a single, vetted source of truth and there is no need for an external third party to verify its credentials.

This opportunity for a “golden record” of master data extends beyond company boundaries. “At Âé¶ąÔ­´´ Innovation Center locations, we have projects in progress with DATEV, the Dutch government, and a host of other customers to validate use cases with SSI,” says Alexander Schaefer, head of Âé¶ąÔ­´´ Innovation Center California. “We see tremendous potential in integrating the SSI standard into Âé¶ąÔ­´´ software.”

This technology would eliminate many of the identification processes currently in use, some of which are highly complex. Anyone who has opened an account with an online bank knows just how many steps it takes to prove your identity. With SSI, all users have to do is scan a QR code with their smartphone to share the relevant, verified credentials stored in their digital wallet. This digital wallet can be on their phone or laptop, for example, as a browser plug-in. The wallet is secured by common authentication mechanisms such as FaceID or TouchID, which have proven to be very secure.

Future-focused solutions can solve today’s challenges and shape the next generation of enterprise software

Trusted Authorities Can Issue Credentials

For SSI to work, individuals need a digital wallet containing credentials that have been issued by a trusted third party – such as their driver’s license, MBA certificate, or tax ID. An empty wallet is useless. Trusted authorities that hold this type of data can issue the relevant credentials, which is why it is so essential that these entities adopt SSI.

Among the many companies that can issue these credentials, German IT service provider was one of the first to embrace the concept. “Together with DATEV, we have demonstrated how self-sovereign identity enables seamless business processes across ecosystems. Transactions from all parties are digitally notarized and tied to their cryptographically verifiable credentials,” says Schaefer. With decentralized identity, master data of organizations becomes trustworthy, which can ensure that companies communicate with verified and trusted partners in the ecosystem.

Before we can all be issued with these credentials, however, SSI technology needs to be widely adopted. Shakeri is confident that mass adoption will come. “There is hardly an industry that would not benefit from SSI,” he says.

SSI as a Driver of Transparency on Sustainable Business

To enable apps to use SSI for business-to-business communication, Âé¶ąÔ­´´ Innovation Center Network has developed a multi-tenant service built on (Âé¶ąÔ­´´ BTP) called Decentralized Identity Management. With this service, customers can issue and manage verifiable credentials – and verify the credentials themselves – creating the foundation for a decentralized business network where multiple parties can collaborate and share data.

Shakeri’s team is currently working on a use case for sharing ESG (environmental, social, and governance) certificates. “These certificates certify that a supplier operates sustainably, does not use child labor, does not exploit its suppliers, and so on,” he says.

At present, it can be time-consuming to achieve transparency in the supply chain, particularly in terms of how well individual suppliers focus on sustainability in their businesses. With SSI technology, it will be possible to check whether suppliers operate sustainably by requesting their ESG certificates from their digital wallet before deciding whether to work with them.

SSI could even make it possible to trace the origins of a product’s individual components across supply chain parties that work with different solutions – theoretically all the way back to the raw materials. While there is still work to be done to bring the full vision of SSI to life, customers can already benefit from the technology today in one of the many use cases that are likely to be significantly impacted by this technology. This can include supplier onboarding, master data management, and supply chain collaboration in the areas of sustainability and human rights.

Questions for the Experts

Q: Will SSI be widely adopted?

Shakeri: The outlook is very good at the moment, with many large companies actively investigating SSI and its potential. Government projects are also underway, including eIDAS (electronic IDentification, Authentication, and trust Services) in Europe, which aims to provide European Union citizens with a digital ID based on SSI. One of Âé¶ąÔ­´´â€™s cooperation projects with the Dutch government is exploring the impact of SSI in the public sector. If a European digital ID were to be introduced, it would drive adoption enormously.

Is SSI a blockchain-based technology?

SSI is not inherently tied to blockchain technology. However, blockchain is often associated with SSI because it provides a decentralized and secure way to implement some of the key principles of SSI. Blockchain can be used to create decentralized identity systems where individuals have control over their identity information and can selectively share it with others without the need for a central authority.

In the context of SSI, blockchain can be employed to record and verify identity-related transactions, ensuring transparency, security, and immutability. Some SSI implementations use blockchain or distributed ledger technology to anchor identity-related data, but SSI itself is a broader concept and not all SSI systems rely on blockchain.

Is SSI interoperable by design?

There needs to be a standard format for identity data that all industries and governments can agree on. SSI is still in the prototype phase, so we aren’t there yet. But given that it is in everyone’s interests, it’s realistic to assume that a standard format will be agreed on.

Get the latest Âé¶ąÔ­´´ news delivered to your inbox once a week
]]>
Zero Trust for the Highest Level of Data Protection, Security, and Privacy in the Cloud /2023/03/zero-trust-data-protection-security-and-privacy-in-cloud/ Thu, 02 Mar 2023 13:15:31 +0000 /?p=203194 When Rihanna sang some of her greatest hits suspended on a platform that hovered 15 to 60 feet above the stadium at this year’s Super Bowl, trust in technology was of utmost importance. On the same note, trust is crucial when it comes to an organization’s security on every platform it operates.

Data privacy, risk management, and cybersecurity remain key priorities for businesses in 2023 to ensure continuous high performance and to catapult to new heights. In a recent , 43% of survey respondents said that they plan to upgrade IT and data security to reduce corporate risks. That includes security and data protection measures to keep their data safe. This becomes even more important when moving to and operating in a cloud enterprise resource planning (ERP) environment to drive continuous innovation. In the same CIO survey, 12% of the respondents said that they are planning to accelerate the move to the cloud as a service.

Adopt a Zero Trust Security Approach for the Cloud

To secure data and operations in a hybrid work environment, companies have been adopting a zero trust approach. defines zero trust as an “information security model that denies access to applications and data by default. Threat prevention is achieved by only granting access to networks and workloads utilizing policy, informed by continuous, contextual, risk-based verification across users and their associated devices.”

According to 2022 global survey data published by , 39% of companies have already begun to roll out a zero trust solution and 41% of companies have plans to adopt a zero trust strategy and are in the early phases of doing so.

My principle in life is to trust people and systems until I am provided a reason not to. The zero trust principle is the exact opposite of this.

The zero trust approach has three key principles: all entities and users are untrusted by default until authorized, the least privilege access is enforced, and extensive security monitoring is in place. In short, no connections to corporate networks and systems should be trusted at sight. All users, devices, and systems need to be authenticated, reverified, and continuously monitored when accessing networks, systems, and data.

Adopting this approach to cloud transformation has become the leading industry standard to keep operations and data safe across the entire virtual and physical network infrastructure.

Here are some best practices for putting an enterprise security plan in place that utilizes zero trust concepts to run operations safely and securely in the cloud.

Define Clear Security Roles and Responsibilities

First and foremost, ensuring security is always a shared responsibility between companies and their cloud transformation partners. It is a common goal and commitment that is independent of the type of cloud path companies take.

Like with any shared responsibility, the best way to approach it is by defining the roles and responsibilities up front. This process starts by asking these key questions: who is managing the cloud, how will everyone work together to secure the cloud, who is responsible for which part, and where are dependencies?

This will ensure that there is a clear strategy and plan to monitor and implement security policies and measures.

Keep an Eye on Users, Devices, Network, Applications, and Monitoring

Based on our experience at Âé¶ąÔ­´´ Enterprise Cloud Services, another best practice is to focus the zero trust security approach on five pillars: users, devices, networks, applications, and monitoring.

Eighty-seven percent of organizations consider the application layer as being the front door for data breaches. Most data breaches through cyberattacks happen because users fail to keep their credentials safe or fall prey to false identities. In addition, the number of remote users with their own devices has significantly increased in enterprise networks as well as the number of cloud-based assets that are not located within an enterprise-owned network boundary.

By regulating and monitoring user access to devices, networks, and applications, companies can protect all their resources, including assets, services, workflows, and network accounts. For example, identity management systems can manage privileged user authentication and access at a very granular level. This includes keeping administrative accounts separate from corporate accounts and applying encryption to several layers in the IT environment. Data classification makes it possible to associate the security levels with specific types of data, regardless of where that data resides – in the cloud, at endpoints, or in owned data centers.

Scaling Security Needs Faster with the Cloud

While managing the complexity of security needs for cloud transformations can be daunting, here is an added merit: companies can scale their security needs much faster in the cloud, according to research. Benefits include better automation capabilities as well as higher storage and data capacity in the cloud. Companies can push infrastructure as code and fix a security problem in real time when operating in the cloud. Automation also helps in increasing the maturity of identity management and security management systems. recommends embracing cybersecurity as a differentiator to promote greater stakeholder trust and better use of cloud-native solutions that take advantage of the cloud’s full potential.

In other words, you can shine like a diamond on your cloud platform of choice with a zero trust security approach for the cloud.

For more information, visit the site and read this chief security officer for Âé¶ąÔ­´´ Enterprise Cloud Services.


Peter Pluim is president of Âé¶ąÔ­´´ Enterprise Cloud Services and Âé¶ąÔ­´´ Sovereign Cloud Services.

]]>
Employee Trust: The Key to a Successful Strategy for Diversity, Equity, Inclusion, and Belonging /2022/08/employee-trust-key-to-deib-data-strategy/ Thu, 04 Aug 2022 12:15:35 +0000 /?p=198512 “Diversity and inclusion is no longer just the right thing to do – it is an absolute business imperative to thrive and succeed,” said Supriya Jha, chief diversity and inclusion officer at Âé¶ąÔ­´´. “Organizations have learned that their people, the ecosystem, and society in general are demanding a higher degree of conscientiousness around diversity and inclusion.”

It is well known that more diverse teams bring creativity and innovation, and diverse organizations are more likely to be profitable than their competitors. According to Gartner, diversity, equity, inclusion, and belonging (DEIB) has been ranked among the for HR Leaders in 2022.

But as we know, simply recognizing the importance and value of DEIB is not a solution – and making meaningful change is difficult. For strategic DEIB initiatives to succeed, organizations need data, and this is where many struggle. The data dilemma is two-fold: obtaining the right data about their people and being able to manage and interpret it properly. By rethinking when and how to ask for data, organizations can gain a clearer sense of who is in their workforce and how they can continuously improve their experiences surrounding DEIB.

DEIB data collection is a sensitive issue because employees may want to keep certain aspects of their identity private. The potential consequences of revealing one’s identity – particularly what may not be apparent to others, such as sexual orientation or religion – vary across time and place. Employees may face insensitive questions, microaggressions, outright prejudice, or even discrimination as a result. When employees anticipate these consequences, they feel less comfortable taking the risk of sharing their identity, and this lack of psychological safety leads to less self-reporting. The result is that leaders lack access to DEIB data to understand and improve the organization and, most importantly, the employee experiences of their people.

At Âé¶ąÔ­´´ SuccessFactors, we talked to globally on the scarcity of personal data and our findings show the issues are structural. Employees do not understand why some personal data is being collected or how it’s being used. To avoid bias and discrimination, they refuse to share this personal information.

So, what are the structural issues and how can they be addressed?

Using employee onboarding as an example, think about the data often requested on day one: name, date of birth, address, bank details, gender, marital status, along with potentially detailed identity data.

This is a lot of personal information to give an organization that an employee does not yet know or trust. Asking them only in the initial stages of joining an organization makes little sense and ignores the fact that identities can change over time. Instead, organizations need to earn the trust of employees and be strategic about when and how often they ask employees for social identity data.

Transparency Is Key: How to Help Employees Feel Comfortable with Sharing Their Identities

Organizations should think of addressing the various aspects – like demographics – of an individual’s identity, timing the reporting process, and, most importantly, ensuring trust among the individuals that their data will be used constructively and privately.

Transparency here is key. Employees need to know who will have visibility into their personal data, to what extent, and for what purposes. They also need to understand how technology systems will use the data, which requires organizations to be clear about their strategies and policies on managing bias.

Maybe organizations want to identify and support underrepresented groups or improve employee experiences in targeted areas. Specificity is also key. These noble intentions must come to fruition with clearly communicated programs and results tracking to gain the trust of employees and make them feel confident that their details are in safe hands. The more information employees are willing to self-disclose, the more organizations will be able to improve and individualize their experiences in return.

To recap, changing when and how organizations ask for personal data can result in greater self-reporting.

  • Start with the less sensitive data you already have, like date of birth, place of birth, and current location.
  • Gain employee trust by clearly communicating the benefits of self-disclosure and where and how their data will be used.
  • Collect data on a regular basis, particularly after , to better understand changes in identity.
  • Communicate to employees how this data has informed the development and execution of the DEIB strategy.

The journey to address DEIB within an organization cannot be completed overnight. Intentionally and intelligently collecting and using data can help employees feel comfortable bringing their whole selves to work. On the other hand, by knowing their people better, organizations can explore ways to foster .


Amy Wilson is SVP of Products and Design at Âé¶ąÔ­´´ SuccessFactors.

]]>