angular-fullstack/generator-angular-fullstack

Should encryption and hashing functions be converted to be asynchronous?

Open

#2,240 建立於 2016年9月17日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)JavaScript (6,134 star) (1,268 fork)batch import
Help Wantedenhancement

描述

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?

貢獻者指南