challenge-response Questions
8
Solved
A friend of mine challenged me to write a function that works with both of these scenarios
add(2,4) // 6
add(2)(4) // 6
My instinct was the write an add() function that returns itself but I'm no...
Acnode asked 9/7, 2015 at 0:49
4
Solved
I would like to know if jCryption + Challenge Response Authentication Mechanism are a good alternative to SSL.
I know that SSL is very much better, but I'm making a project where the owner don't w...
Barbarous asked 22/11, 2011 at 23:5
2
In challenge-response mechanism (and other systems), it advised not to use time-based nonce.
Why it should be avoided?
Lucknow asked 7/3, 2017 at 8:23
2
Solved
How does challenge-response authentication prevent man-in-the-middle attacks? I read the wiki article but still I cannot understand.
Lionize asked 21/1, 2011 at 7:6
2
Solved
How can I use Delphi to create a visual challenge / response for restoring access to an application?
I'm interested in creating a challenge / response type process in Delphi. The scenario is this...we have 2 computers...1 belongs to the user and 1 belongs to a support technician.
The user is lock...
Bangalore asked 22/11, 2010 at 19:1
5
Solved
Suppose you want to add an extra layer of credentials on top of a SSL-encrypted login/password, but you don't want to increase complexity to the user. Is there a way to add the requirement of the p...
Rind asked 26/1, 2009 at 20:9
1
© 2022 - 2024 — McMap. All rights reserved.