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?

貢獻者指南