bodaay / GoOpenDrop

a Go Implementation and Enhancement of the Awesome Open Source AirDrop implementation work of seemoo-lab: https://github.com/seemoo-lab/opendrop
GNU General Public License v3.0
90 stars 10 forks source link

key requirement clarification #1

Closed IronBit-0 closed 2 years ago

IronBit-0 commented 2 years ago

In the readme it says:

You must Do the extraction Step of Keys

Does this mean that you are required to extract your keys to send any airdrop, or just airdrops to devices in "contact only" mode?

BTW this looks really cool! Thanks for uploading!

bodaay commented 2 years ago

I"m sorry I know I have to re-write README file

Keys required at the moment regardless of the receiver side Airdrop setting

I'm using the keys to initiate AWDL client/server

In opendrop, they had the option to use self-signed certificate. That option didn't work for me and I've decided not to implement it.

I don't know the legal issues in sharing the keys, otherwise I would have included them within the repo.

bodaay commented 2 years ago

finally updated readme file with more detials, closing this issue