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

Missing algorithms #1

Open
3 of 6 tasks
newpavlov opened this issue Aug 16, 2017 · 14 comments
Open
3 of 6 tasks

Missing algorithms #1

newpavlov opened this issue Aug 16, 2017 · 14 comments

Comments

@newpavlov
Copy link
Member

newpavlov commented Aug 16, 2017

Also see algorithms used in passlib.

@dignifiedquire
Copy link
Member

I have an implementation of AES KW as defined here:
https://tools.ietf.org/html/rfc339, is that of interest?

@astonbitecode
Copy link

Does this issue mean that RustCrypto will not include bcrypt password hashing?

Or maybe there will be yet another implementation of it in this repo?

@newpavlov
Copy link
Member Author

newpavlov commented Mar 14, 2019

I don't plan on doing a competing implementation without a good reason (e.g. substantial improvements/fixes which @Keats will not accept to his crate for some reason or support of hypothetical password hashing trait). Though I still would be happy to accept the crate transfer if he''ll change his mind.

@zer0x64
Copy link

zer0x64 commented Aug 22, 2019

I can give a shot for Argon2, since there is already a Rust implementation and that RustCrypto already has Blake2. Are you still looking for someone to implement it here?

@zer0x64
Copy link

zer0x64 commented Feb 24, 2020

Since argon2rs has not been updated for the last 2 years and the maintainer is not answering on the ticket, what about asking the maintainer of https://github.com/sru-systems/rust-argon2 instead? It works on WASM even with multiple lanes, supports multithreading via features, supports Argon2id and is still maintained. Biggest weak point for now is the lack of SIMD.

@fadeevab
Copy link

@zer0x64 Thank you for information!

@fadeevab
Copy link

For the record, one cons of all existing Argon2 implementations is a lack of no_std mode which is de-facto for RustCrypto crates. It means there is no easy way to "import" any of these crates into RustCrypto family seamlessly.

@tarcieri
Copy link
Member

We should definitely ping one of the existing authors to see if they want to collaborate.

Otherwise, we can fork one of the existing crates, add no_std support, and then release it as argon2.

@newpavlov
Copy link
Member Author

I've already pinged them in the past, see issues linked in the OP list.

@tarcieri
Copy link
Member

@newpavlov what about the maintainer of rust-argon2 as @zer0x64 mentioned?

@newpavlov
Copy link
Member Author

Done, see the linked issue.

@zizhengtai
Copy link

There is also argonautica which supports SIMD.

@tarcieri
Copy link
Member

We now have an argon2 crate based on the reference implementation, however it might be worth looking at reusing some code from argonautica (which is MIT/Apache2) for SIMD. See #104.

@daxpedda
Copy link
Contributor

We can mark Balloon (and also fix the typo) as done, see https://crates.io/crates/balloon-hash.

@tarcieri tarcieri pinned this issue Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants