You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crypto.getCiphers() returns an array with the names of the supported cipher algorithms as said documentation. For nodejs v10 it return also chacha20-poly1305 cipher which was added only in v11.2 #24081.
The text was updated successfully, but these errors were encountered:
The
crypto.getCiphers()
returns an array with the names of the supported cipher algorithms as said documentation. For nodejs v10 it return alsochacha20-poly1305
cipher which was added only in v11.2 #24081.The text was updated successfully, but these errors were encountered: