angular-fullstack/generator-angular-fullstack
Ver no GitHubShould encryption and hashing functions be converted to be asynchronous?
Open
#2.240 aberto em 17 de set. de 2016
Help Wantedenhancement
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?