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

Include support for KDF generated using MD5 #30

Open
antonioconselheiro opened this issue Feb 14, 2024 · 0 comments
Open

Include support for KDF generated using MD5 #30

antonioconselheiro opened this issue Feb 14, 2024 · 0 comments
Labels
@encrypted-uri/ciphers Issue on @encrypted-uri/ciphers lib feature request New feature or request help wanted Extra attention is needed

Comments

@antonioconselheiro
Copy link
Owner

The first app to implement Encrypted URI was Private QRCode (https://github.com/antonioconselheiro/private-qrcode?tab=readme-ov-file, https://antonioconselheiro.github.io/private-qrcode/#/home) and it uses crypto-js instead @noble/hashes or @noble/ciphers, but for default crypto-js uses MD5 to generate the cipher key (the default hasher for KDF) and @noble uses SHA256 for default, but does have an implementation for MD5.

This issue requires support for MD5 in @encrypted-uri/ciphers and an implementation of @encrypted-uri/crypto-js using crypto-js to generate the URI (must include h param with MD5 if use the default configuration). To ensure interoperability, @encrypted-uri/crypto-js must pass in all tests created for @encrypted-uri/ciphers.

@antonioconselheiro antonioconselheiro added feature request New feature or request help wanted Extra attention is needed @encrypted-uri/ciphers Issue on @encrypted-uri/ciphers lib labels Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@encrypted-uri/ciphers Issue on @encrypted-uri/ciphers lib feature request New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant