SRvSaha / CoWinVaccineSlotFinder

Cross-Platform Software to Fetch the Available Slots & Book the Appointment for COVID-19 Vaccination
https://shawt.io/r/sYv
MIT License
81 stars 32 forks source link

Captcha Model Encrypted Trained Model and Secret Key #52

Closed nileshruby closed 3 years ago

nileshruby commented 3 years ago

Hello @SRvSaha , After taking latest while book slot error comes: public const string ENCRYPTED_TRAINED_MODEL = "YOUR_TRAINED_MODEL_HERE"; public const string SECRET_KEY = "YOUR_MODEL_DECRYPTION_KEY"; Can you please help me with what value need to pass here?

image

Thanks.

SRvSaha commented 3 years ago

Hi @nileshruby Sorry those are kind of confidential data and hence stored securely.

You don't need to run the App using Visual Studio, download the latest release from here : v4.1.0 and just run the Exe. That's it.

All the heavy-lifting is already done and you don't need explicit dependencies to run the App.

Enjoy! Also, please star the repo so that it can come higher in search ranking and reach out to many people and help them.

nileshruby commented 3 years ago

But where you have put this as I don't see in the project and gives me an error while available slots trying to book a slot. Thanks.

SRvSaha commented 3 years ago

But where you have put this as I don't see in the project and gives me an error while available slots trying to book a slot. Thanks.

These are a part of Release. So, if you run the standalone version of Release, you won't get error. Give it a try and let me know.

SRvSaha commented 3 years ago

But where you have put this as I don't see in the project and gives me an error while available slots trying to book a slot. Thanks.

Drop me an email, I'd be happy to share you the sought data.

AnmolGupta83 commented 3 years ago

Hi @SRvSaha ,

I really would appreciate your work done here. Great work done !!!!! but I'm also facing same issue for ENCRYPTED_TRAINED_MODEL = "YOUR_TRAINED_MODEL_HERE"; public const string SECRET_KEY = "YOUR_MODEL_DECRYPTION_KEY";

so is it something I can not edit the code as per my requirement and execute it, and I should be using only release exe? or I misunderstood?

SRvSaha commented 3 years ago

Hi, @AnmolGupta83, Thanks. You can edit the code as per your requirement. Since now there is no requirement for Captcha, you won't need these. Check with updated CSPROJ

Since it is not a good practice to hard-code confidential information in source code, so you'll get this kind of placeholders. You can ignore it, take the latest version and go ahead make your changes.

Release is a good way since dependencies are bundled, since you want to do it through Code, you can do, no issues with that