Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Any interest in ECDSA? #129

Closed
Closed
@jonasfj

Description

I've been building a larger collection of services using hawk to do authentication, with a single auth-service holding all credentials where other services fetch the credentials from. But I've found that as I want to let other services, less trusted, services use my auth-service (to manage credentials); that I would wish hawk had support for asymmetric algorithms.

ECDSA has high security with small 256 bit keys, and seems to be pretty fast; here is a demo I found using javascript:
http://kjur.github.io/jsrsasign/sample-ecdsa.html

So far I've used hawk and been very happy with it, because the key is relatively small 256 bit; which is easy to copy around, insert in environment variables, config files, etc.
But with 256bit ECDSA keys offering decent security, it's tempting to use that.

TL;DR
Would there be any interest in accepting a PR with support for ECDSA as algorithm?
(I fully understand if that is not the case)

Metadata

Assignees

Labels

featureNew functionality or improvement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions