adorsys » Company » Knowledge
Explore our hub of latest news, insightful blogs, podcasts, and much more. Get the scoop on industry trends, company updates, and expert opinions
05.02.2025 Blog 5 mins reading time
With the growth of IoT and connected devices, secure and private communication between devices like smart sensors, appliances, and other connected devices has become essential. Decentralized Identifier Communication (DIDComm) provides a protocol that ensures private messaging, enabling devices to communicate directly without intermediaries accessing data. This makes DIDComm ideal for IoT networks …
Continue reading
30.01.2025 Blog 7 mins reading time
In today’s digital landscape, securing application dependencies is more crucial than ever. With the rise of cyber threats and the increasing complexity of software supply chains, organizations must adopt tools that manage and secure their third-party dependencies. In fact, software supply chain attacks have grown significantly, underscoring the importance of continuously identifying …
23.01.2025 Blog 8 mins reading time
The Hidden Danger in Every Line of Code: Securing Dependencies in Modern Software Development Imagine you’re working late on a critical feature for your product. Your team has just integrated a new library to add a slick feature that will make your app stand out in the marketplace. Your code runs smoothly, …
16.01.2025 Blog 6 mins reading time
Introduction Imagine this: You’re managing a web application, serving thousands of users daily. One day, you wake up to alarming news—a vulnerability in a library/dependency your application depends on is being exploited in the wild. Panic sets in. How severe is this vulnerability? How quickly should you act? This is where tools …
06.01.2025 Blog 3 mins reading time
Press Release Dublin, Ireland – January 6th, 2025 – adorsys Ireland is proud to announce its membership in the Rust Foundation, reaffirming its commitment to advancing the Rust programming language as a cornerstone of secure and sustainable software development. This step aligns with global shifts toward Rust as a safer, more efficient …
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 …