Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for HMAC #394

Open
davgonca opened this issue Jul 22, 2019 · 5 comments
Open

Support for HMAC #394

davgonca opened this issue Jul 22, 2019 · 5 comments

Comments

@davgonca
Copy link

Hi,

Is it possible to implement the support for HMAC encryption ?

Thanks

@svyatogor
Copy link

Would love to see it!

@ikamman
Copy link

ikamman commented Aug 11, 2021

Yes, please add support for hmac

@jedschneider
Copy link

Same here!

@jedschneider
Copy link

With a little direction I'd be willing to provide a PR. Probably the biggest concern would be having access to an openssl implementation in order to do the signature. Is that something a VSCode plugin or VSCode itself can provide?

@AnWeber
Copy link

AnWeber commented Feb 16, 2022

@jedschneider Is there a standard mechanism for HMAC? I thought it is individual which values are used in the hash calculation. For example, AWS authentication is also based on HMAC and uses its own generation of how the header and payload are used.
For the reason I think this would make the most sense to do directly with NodeJS support. Maybe take a quick look at #674

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants