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

Remove support for deprecated cryptographic options (MD2, MD4, MD5) & release to cocoapods #77

Open
LowAmmo opened this issue Sep 30, 2022 · 0 comments

Comments

@LowAmmo
Copy link

LowAmmo commented Sep 30, 2022

Looks like Apple is considering MD2, MD4, M5 "cryptographically broken"

'CC_MD2_Final' was deprecated in iOS 13.0: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).

So, might as well remove those options.

Then, once the options are removed - would be awesome to release the new version to cocoapods! 😄

(working on a PR to address, now)

-Thanks!

@LowAmmo LowAmmo changed the title Release 2.0.2 to cocoapods Remove support for deprecated cryptographic options (MD2, MD4, MD5) & release to cocoapods Sep 30, 2022
LowAmmo added a commit to LowAmmo/BlueCryptor that referenced this issue Nov 21, 2024
…D4, MD5 for iOS

Rework md5 into md5_insecure
Provide a SHA1_insecure

Update travis.yml
LowAmmo added a commit to LowAmmo/BlueCryptor that referenced this issue Nov 21, 2024
LowAmmo added a commit to LowAmmo/BlueCryptor that referenced this issue Nov 21, 2024
…D4, MD5 for iOS

Rework md5 into md5_insecure
Provide a SHA1_insecure

Update travis.yml
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

1 participant