Argon2 hashing algorithm for NodeJS server model

@JonL Haha yeah, I’ve just gone with the first option… not live yet so advice is welcome!

I could create a module for argon but it would still need a small workaround as I can’t plug into Server Connect Security Provider. Hopefully one day Security Provider can be extended.

On the other side argon2 is trending in the forum lately and people are pushing for a native solution within Wappler.

So maybe it’s coming soon! @george?

Sha-512 is an OK temporary solution of course. But you should eventually migrate to a more secure option like argon2

1 Like

It’s one main reason I’ve not converted completely to Node yet

1 Like

And that’s the reason I haven’t published a module for this tbh. I don’t want to have to maintain something so critical and core like a security feature.

1 Like

This is actually a very good point. @george we have people on php because of this! :joy:

2 Likes

Thanks Jon, will work with this for now and keep my fingers crossed for a native solution in the near future :slight_smile:

1 Like

+1
Following advice from others I’ve kicked off a new application using NodeJS rather than my more comfortable PHP. Luckily this is just a prototype for now but native password hashing in NodeJS is most welcome. Please. :slight_smile:

2 Likes

tenor

1 Like

Please vote for it too!

1 Like

Argon2 is now available for NodeJS as well.

This topic was automatically closed after 47 hours. New replies are no longer allowed.