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

FR: Non-cryptographer friendly opinionated suite #173

Open
EyeCon opened this issue Feb 10, 2022 · 2 comments
Open

FR: Non-cryptographer friendly opinionated suite #173

EyeCon opened this issue Feb 10, 2022 · 2 comments
Labels
enhancement :shipit: New feature or request

Comments

@EyeCon
Copy link

EyeCon commented Feb 10, 2022

Based on the discussion in Nim Discord server, #security channel:

It would be very nice to have a suite of fundamentals to be used non-experts with some good defaults, to avoid mistakes with the fundamental operations.

In essence, I think the following would be a complete suite:

  • Sign/verify
  • AEAD
  • Maybe encrypt for more than one receiver?
  • Key derivation function (this would normally be an internal operation for the above, but might be useful to use a weak secret like a password for other purposes)
  • Secure password hashing
  • If possible: PAKE with e.g. OPAQUE
  • If possible: ZKPP
@mratsim
Copy link
Owner

mratsim commented Feb 11, 2022

Quick ideas that would also be in line with some of the stuff I'd like to do would be:

@mratsim mratsim added the enhancement :shipit: New feature or request label Feb 11, 2022
@oskarth
Copy link

oskarth commented Mar 10, 2022

Related vacp2p/rfc#494

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement :shipit: New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants