Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/binarskugga/crypt
- Owner: BinarSkugga
- Created: 2020-03-16T23:49:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:41:45.000Z (almost 2 years ago)
- Last Synced: 2023-08-11T21:20:01.505Z (over 1 year ago)
- Topics: end-to-end-encryption, messaging, primevue, vue3-typescript, webcryptography-api
- Language: SCSS
- Homepage:
- Size: 952 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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/).