angular-fullstack/generator-angular-fullstack

Should encryption and hashing functions be converted to be asynchronous?

Open

#2 240 ouverte le 17 sept. 2016

Voir sur GitHub
 (0 commentaires) (1 réaction) (0 assignés)JavaScript (1 268 forks)batch import
Help Wantedenhancement

Métriques du dépôt

Stars
 (6 134 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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?

Guide contributeur