From 6776921b74f26e1283ac2d759b6a4c4a50854f85 Mon Sep 17 00:00:00 2001 From: Declan Johnson Date: Tue, 15 Oct 2024 10:24:24 -0500 Subject: [PATCH] Add README intro from Moore --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 984fb80..7214aaf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Aranya is a software development tool for governing access to data and services Aranya has been designed with an emphasis on security, efficiency, and portability. +The root cause of cyber in-security is complexity; and yet when we attempt to protect our systems our solution is to add more. + +Software developers must not expect customers to mitigate defects using external security tools and an endless cycle of patching. Software must become secure by design. + +Aranya is our contribution to this effort. It is a batteries-included tool which allows developers to produce software with built in mrico-segmentation. This complete solution covers user onboarding, access management, authentication, and authorization, freeing the developer to focus on the problem they which to solve. + +For users, software build on Aranya is less complex to operate securely, and is secure regardless of the network it is run on. + More documentation on Aranya is provided here: [Aranya Documentation](https://github.com/aranya-project/docs)