Changes between Version 6 and Version 7 of Signing


Ignore:
Timestamp:
Nov 9, 2009, 9:44:17 AM (14 years ago)
Author:
Johannes Dollinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Signing

    v6 v7  
    120120 * Low level access to just the signature generation routine itself (at the moment sign() and unsign() append the signature to the string themselves)
    121121 * Maybe functions or parameters for creating timestamped signatures and failing the signature if it is older than a certain expiry timeout.
     122 * A [http://dpaste.com/hold/111386/ signer class] that encapsulates common arguments to `sign()` and `unsign()` and allows for customization.
    122123
    123124== SECRET_KEY considerations ==
Back to Top