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
- Host: GitHub
- URL: https://github.com/getify/elasi
- Owner: getify
- License: mit
- Created: 2022-10-13T10:43:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T23:39:27.000Z (over 3 years ago)
- Last Synced: 2025-04-22T22:15:23.299Z (10 months ago)
- Topics: apps, encryption, security
- Language: JavaScript
- Homepage: https://elasi.info
- Size: 18.6 KB
- Stars: 63
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# EL/ASI: Local App Security Protocol
[](LICENSE.txt) 
**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.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).