Questions tagged [confidential-information]

4 questions
2
votes
1 answer

How to calculate detection_score for OpenCV's face detector?

I want to use FDDB to evaluate some face detectors including OpenCV. But FDDB's detection output file requires: It include a detection_score part. But the opencv's detector have no output like this. How…
tidy
  • 4,747
  • 9
  • 49
  • 89
1
vote
1 answer

What's the best way to deploy an image servlet to maintain confidentiality of images?

I have a servlet for allowing manipulations of images - zoom, etc. What's the best way to deploy this service so that the users of the servlet keep their images confidential? I assume this means they need to run the servlet on their own servers…
J McConnell
  • 237
  • 1
  • 6
1
vote
1 answer

Git pushing confidential information

I'm using git to push to Github for version control and heroku to deploy. However, problem is that i need to push my db info, access keys to heroku but not to github. I have a folder called "secret" that has all those confidential…
shapeless
  • 175
  • 1
  • 10
0
votes
1 answer

Change appsettings values when adding to DI as options

I have a library for sending email within software (a wrapper to MailKit). The parameters for the email process (server, user name, password, etc) are defined within appsetting.json: "DpEmail": { "SMTP": { "Host_Address":…
David
  • 657
  • 5
  • 13