php Programming Glossary: cnonce
Handling PUT/DELETE arguments in PHP http://stackoverflow.com/questions/2081894/handling-put-delete-arguments-in-php
How to create and use nonces http://stackoverflow.com/questions/4145531/how-to-create-and-use-nonces id nonce return nonce to client verifyNonce data cnonce hash id Identify Request nonce getNonce id Fetch the nonce from.. nonce from being used again testHash hash 'sha512' nonce . cnonce . data return testHash hash And on the client side sendData.. on the client side sendData data nonce getNonceFromServer cnonce hash 'sha512' makeRandomString hash hash 'sha512' nonce . cnonce..
|