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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

hashing rather than encrypting, generalized addition of optionary #4842

Open
2 tasks done
zdanl opened this issue Dec 11, 2022 · 1 comment
Open
2 tasks done

hashing rather than encrypting, generalized addition of optionary #4842

zdanl opened this issue Dec 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@zdanl
Copy link

zdanl commented Dec 11, 2022

馃敄 Feature description

  • hashing is vastly used in blockchain context, and performant
  • rainbow tables not possible as in md5 with better algorithms!
  • hash collisions not of superior criticality, should be avoided tho.

馃帳 Pitch

just a generalized approach, better for customers

馃憖 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

馃彚 Have you read the Code of Conduct?

@stnguyen90
Copy link
Contributor

@zdanl, thanks for raising this issue! 馃檹馃徏 Could you expand on what you're looking for from Appwrite for this? From my perspective, various languages have their own hashing methods so I would use an Appwrite Function and that language's hashing function. For example, I can create a Dart Appwrite Function, import this crypto package, and execute sha1.convert(bytes).

@stnguyen90 stnguyen90 added enhancement New feature or request and removed feature labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants