14
edits
| Line 91: | Line 91: | ||
* encver: The algorithm version used by the client to construct the encrypted URL. The only valid version is currently 1. | * encver: The algorithm version used by the client to construct the encrypted URL. The only valid version is currently 1. | ||
* nonce: A random nonce selected by the client to seed the encryption algorithm. The server needs to convert it into an | * nonce: A random nonce selected by the client to seed the encryption algorithm. The server needs to convert it into an unsigned 32-bit integer. | ||
unsigned 32-bit integer. | |||
* wrkey: The wrappedkey provided by the server as response to a GetKey? request. | * wrkey: The wrappedkey provided by the server as response to a GetKey? request. | ||
edits