angular-fullstack/generator-angular-fullstack

Should encryption and hashing functions be converted to be asynchronous?

Open

#2240 aperta il 17 set 2016

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)JavaScript (1268 fork)batch import
Help Wantedenhancement

Metriche repository

Star
 (6134 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor