Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/binarskugga/crypt

End-to-end encrypted web messaging app. Uses the Web Crypto API in conjunction with the IndexedDB. UI built with Vue 3 (TypeScript) and PrimeVue.
https://github.com/binarskugga/crypt

end-to-end-encryption messaging primevue vue3-typescript webcryptography-api

Last synced: 17 days ago
JSON representation

End-to-end encrypted web messaging app. Uses the Web Crypto API in conjunction with the IndexedDB. UI built with Vue 3 (TypeScript) and PrimeVue.

Awesome Lists containing this project

README

        

# crypt

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).