angular-fullstack/generator-angular-fullstack

Should encryption and hashing functions be converted to be asynchronous?

Open

#2,240 opened on 2016年9月17日

GitHub で見る
 (0 comments) (1 reaction) (0 assignees)JavaScript (6,134 stars) (1,268 forks)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?

コントリビューターガイド