angular-fullstack/generator-angular-fullstack

Should encryption and hashing functions be converted to be asynchronous?

Offen

#2.240 geöffnet am 17.09.2016

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (1.268 Forks)batch import
Help Wantedenhancement

Repository-Metriken

Stars
 (6.134 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I noticed the use of the crypto library implements synchronous operations. Should this be dropped for use of asynchronous? Under heavy server load this could lock up the application right?

Contributor Guide