Rare find

Cookie Signature. A tool that signs and verifies cookie data so it can't be tampered with.

github.com/tj/node-cookie-signature

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2024
  • update version/notes/etc. for patch release
  • drop trailing comma for strict JSON parsing
  • Merge pull request #51 from codebytere/move-main
  • chore: move main entry to top
April 2023
  • add mention of v1.0.7 to main branch release notes too
February 2023
  • fix year of 1.2.1 release in repo notes
  • update package, release notes, copyright year for version bump
  • update changelog w/last year release notes :-/
  • Merge pull request #44 from jyasskin/secrets-are-cipherkeys
December 2022
  • Remove spaces around | to be more consistent with surrounding code.
  • Use types that are more similar to the NodeJS documentation but still…
  • The secret can be any CipherKey, not just a String.
February 2022
  • bump package version and copyright years for release
  • Merge pull request #42 from tj/nvw-binary-secrets
  • add one more test to confirm that non-sensical keys are still rejecte…
  • check only presence but not typeof secret params, fixes #33
  • add failing tests for #33
  • Merge pull request #41 from tj/nvw-unsign-fixes
  • make sure input-as-buffer is same length as expected buffer before co…
  • add failing test for #40