An open API service indexing awesome lists of open source software.

https://github.com/getify/elasi

EL/ASI: Encrypt Locally, Account Secure Interchange
https://github.com/getify/elasi

apps encryption security

Last synced: 10 months ago
JSON representation

EL/ASI: Encrypt Locally, Account Secure Interchange

Awesome Lists containing this project

README

          

# EL/ASI: Local App Security Protocol

[![License](https://img.shields.io/badge/license-MIT-a1356a)](LICENSE.txt) ![Version: 1.0](https://img.shields.io/badge/Version-1.0-blue)

**EL/ASI** (**E**ncrypt **L**ocally, **A**ccount **S**ecure **I**nterchange) defines a protocol for protecting and exchanging data in local-first and local-only applications.

## Motivation

The EL/ASI specification is the foundation for the zero-server/low-server movement, which is an evolution of the web from client-server back to P2P.

## Specification

* [Version 1.0](1.0/spec.md) (Draft)

## Reference Libraries

The following reference implementations of the EL/ASI protocol are available:

* [elasi (JS)](reference-libs/js/README.md) | [npm/elasi](https://npmjs.com/package/elasi)

* // TODO

## License

[![License](https://img.shields.io/badge/license-MIT-a1356a)](LICENSE.txt)

All code and documentation are (c) 2022 Kyle Simpson and released under the [MIT License](http://getify.mit-license.org/). A copy of the MIT License [is also included](LICENSE.txt).