Tagged Questions
The authenticity tag has no wiki summary.
2
votes
4answers
157 views
How to ensure HTTP upload came from authentic executable
We are in the process of writing a native windows app (MFC) that will be uploading some data to our web app. Windows app will allow user to login and after that it will periodically upload some data ...
2
votes
2answers
2k views
rails in_place_edit: how do I pass an authenticity token?
I am trying to get in place editing working but I am running into this error:
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken)
I understand that rails now ...
1
vote
4answers
128 views
Integrity and Authenticity
Sorry to keep asking so many questions, but you guys always seem to be so nice and helpful...
I need to do some application that imports data from a file. For instance, user selects one file and the ...
0
votes
1answer
66 views
Does a Message authentication code (MAC) ensure authenticity of the key used?
I have to protects confidentiality, integrity and authenticity of a file of records with a password. The number of records can potentially be more then 32^2 and each record can be accessed ...
0
votes
2answers
30 views
Signing and verifying an automatically generated report
Last summer, I was working on an application that tested the suitability of a prospective customer's computer for integrating our hardware. One of the notions suggested was to use the HTML report ...