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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:41:45.000Z (over 3 years ago)
- Last Synced: 2025-02-11T16:18:38.530Z (about 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/).