Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jim3692/clipboard-io
End to end encrypted clipboard
https://github.com/jim3692/clipboard-io
clipboard copy-paste e2ee password
Last synced: 12 days ago
JSON representation
End to end encrypted clipboard
- Host: GitHub
- URL: https://github.com/jim3692/clipboard-io
- Owner: jim3692
- License: mit
- Created: 2021-11-07T22:07:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T12:46:12.000Z (3 months ago)
- Last Synced: 2024-10-30T13:28:27.201Z (3 months ago)
- Topics: clipboard, copy-paste, e2ee, password
- Language: JavaScript
- Homepage: https://clip.knp.one/
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clipboard IO
*End to end encrypted clipboard*It's pretty common to use a password manager. It's also common needing to enter those 20+ characters passwords on untrusted devices.
Instead of having to login to your password manager to copy that one password you need, just go to [clip.knp.one](https://clip.knp.one) and scan the QR with your phone to securely and quickly send your password.
## Technical Details
- All communications are end-to-end encrypted using RSA-2048
- When the user first enters the page, a new key pair is generated
- The public key is sent to the other device, when the QR is scanned
- All data is transferred using [ntfy.sh](https://ntfy.sh)
- When the user first enters the page, a random channel is selected
- The target channel info is added in the QR## Resources
- [ntfy.sh](https://ntfy.sh)
- [OpenCrypto](https://github.com/safebash/opencrypto)
- [qrcodejs](https://github.com/davidshimjs/qrcodejs)