0PandaDEV / Qopy

The fixed clipboard manager
GNU General Public License v3.0
84 stars 6 forks source link

Cross-device clipboard sharing #8

Open obvTiger opened 1 month ago

obvTiger commented 1 month ago

Describe your requested feature Feature like on ios/macos to copy items to another device. (not the whole clipboard history)

0PandaDEV commented 1 week ago

For this, I would use kvs.wireway.ch and encrypt the data with a private key that all the devices need. For the private key thing I had a good idea on how to share them easily... with emojis so basically you have 4 emojis that get hashed which is then your private key so the only thing you need to type in are those 4 emojis to connect two devices.

0PandaDEV commented 1 day ago

Im considering to use pqcrypto which is a rust crate for PQC (Post Quantum Cryptography) so that the encryption is safer than safe ._.