keygrip
keygrip copied to clipboard
Key signing and verification for rotated credentials
i have an initial implementation here: https://github.com/expressjs/keygrip/commit/427f18803c38bf13a260fc0e467f363ad2f280bf Some notes/questions/etc. - Should we using initialization vectors? not sure how much security that adds. maybe make it optional. - want to change...
This is not an issue, but a request for documentation clarification. In all the documentation examples only strings are shown to be used as cryptographic keys. Does keygrip accept a...
The documentation should stress that **cryptographically random keys must be used** with the library. For example, advise users to run something like the following to create a new key: ```...