-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
"Do not look at background.css" will just encourage people to look, I have a two phased (easy) solution in mind, though it doesn't completely prevent cheating:
- Use
openpgpto decrypt CSS fetched from some remote server - Host the
cssfile on a remote server, e.g. written with Express (literally will take 15 minutes max), and haveenvvariables on that remote server to decrypt with everyGETrequest
Upsides:
- Cool, as we get to encrypt and decrypt stuff
- Easy, as it really only takes an hour max to implement
- Makes cheating a little bit harder, so any candidates that pass either by just doing the interview or cracking the encryption are probably very smart either way
Downsides
- Interviewees can just inspect element. I'm sure there's a way to get around that but I haven't figured it out yet. What I mean by this is, when you inspect element, the CSS is at the bottom of the screen (in Chrome for example).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request