angular-fullstack/generator-angular-fullstack

Should encryption and hashing functions be converted to be asynchronous?

Aberta

#2.240 aberto em 17 de set. de 2016

 (0 comentário) (1 reação) (0 responsável)JavaScript (1.268 forks)batch import
Help Wantedenhancement

Métricas do repositório

Stars
 (6.134 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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?

Guia do colaborador