angular-fullstack/generator-angular-fullstack

Should encryption and hashing functions be converted to be asynchronous?

开放

#2,240 创建于 2016年9月17日

 (0 条评论) (1 个反应) (0 位负责人)JavaScript (1,268 个派生)batch import
Help Wantedenhancement

仓库指标

星标
 (6,134 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南