adorsys » Company » News & knowledge
Explore our hub of latest news, insightful blogs, podcasts, and much more. Get the scoop on industry trends, company updates, and expert opinions
26.12.2024 Blog 7 mins reading time
Before diving into the core of dependency management, it’s important to understand the role of Java modules. Java modules allow for better organization and separation of concerns in large applications. They can impact visibility at both compile time and runtime, offering a means to encapsulate code and reduce unnecessary exposure of internal …
Continue reading
19.12.2024 Blog 2 mins reading time
In today’s interconnected world, software security is paramount. As developers, we rely heavily on open-source libraries and modules to accelerate development. However, these external dependencies can introduce vulnerabilities, exposing our applications to potential attacks. This article series will explore the critical aspects of dependency management and vulnerability scanning, focusing on practical solutions …
11.12.2024 Blog 5 mins reading time
Welcome to the first article in our Series on Securing Data at Rest. Over the course of this series, we’ll explore the challenges of managing sensitive data and how Datasafe by adorsys, a Java-based encrypted record management tool, provides an innovative solution for managing secure data storage and sharing , tackle them …
14.11.2024 Blog 5 mins reading time
In the rapidly evolving world of digital identities and decentralized verification, Verifiable Credentials (VCs) are taking center stage. They promise secure, tamper-proof, and privacy-preserving ways for individuals and entities to prove their identity or claims. But with numerous standards emerging, one question arises: Is SD-JWT the perfect format for Verifiable Credentials? In …
07.11.2024 Blog 5 mins reading time
DIDComm messaging is a decentralized messaging protocol that provides high levels of security and privacy using decentralized identifiers known as DIDs. Unlike email messaging, which relies on centralized servers (e.g., Google, Yahoo) to transmit messages, DIDComm operates in a completely decentralized manner. There is no central authority or server controlling your identity, …
29.10.2024 Blog 5 mins reading time
adorsys were given a fun challenge by one of our clients. They had tons of files being uploaded into a MinIO server (deployed on Kubernetes, naturally), and they wanted to search their images based on quality scores. But not just any old search – they needed to be able to search based …