https://github.com/infiniteloopcloud/crypter
Crypter is a tool to encrypt/decrypt messages for secure chating
https://github.com/infiniteloopcloud/crypter
Last synced: about 2 months ago
JSON representation
Crypter is a tool to encrypt/decrypt messages for secure chating
- Host: GitHub
- URL: https://github.com/infiniteloopcloud/crypter
- Owner: infiniteloopcloud
- License: mit
- Created: 2022-03-08T21:58:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T16:37:34.000Z (over 3 years ago)
- Last Synced: 2023-03-05T11:23:39.458Z (over 3 years ago)
- Language: Svelte
- Homepage: https://crypter.infiniteloop.cloud
- Size: 563 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
# crypter
Crypter is a tool to encrypt/decrypt messages for secure chating
### Usage
This can be used to send messages securly on the web. Send bank card numbers, personal informations etc. to friends, family members securly.
#### Encrypt
Two input field presented, one is the key, and the other is the message. The key is coming from the other participant (friend, family member, etc.). Click on the encrypt and send the output via any chat platform (Messenger, iMessage, WhatsApp, etc.) it will be secure.
#### Decrypt
Present an input field and a key. The user need to send this key to the other participant who will use this key for the encryption. The output what you got from the other participant need to put into that single field. Click on the decrypt and the original message appers.