Skip to content

Replace crypto-js with node:crypto #2494

Open
@dplewis

Description

@dplewis
Member

New Feature / Enhancement Checklist

  • I am not disclosing a vulnerability.
    I am not just asking a question.
    I have searched through existing issues.

Current Limitation

crypto-js and react-native-crypto-js are deprecated. crypto-js is listen add as an optional dependency because of the issues.

Feature / Enhancement Description

These should replaced with node:crypto and react-native-quick-crypto respectfully.

quick-crypto is a well maintained drop in replacement for node:crypto. node:crypto is easily polyfilled for browsers

Example Use Case

This will also help with finishing rollup / vite support #2425

Alternatives / Workarounds

Build our own isomorphic CryptoController without dependencies or document how a user could create there own CryptoController

Activity

parse-github-assistant

parse-github-assistant commented on Mar 12, 2025

@parse-github-assistant

🚀 Thanks for opening this issue! We are excited about your ideas for improvement!

linked a pull request that will close this issue on Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @mtrezza@dplewis

      Issue actions

        Replace `crypto-js` with `node:crypto` · Issue #2494 · parse-community/Parse-SDK-JS