Changes between Version 6 and Version 7 of Signing
- Timestamp:
- Nov 9, 2009, 9:44:17 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Signing
v6 v7 120 120 * Low level access to just the signature generation routine itself (at the moment sign() and unsign() append the signature to the string themselves) 121 121 * 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. 122 123 123 124 == SECRET_KEY considerations ==