const { getCiphers} = await import('crypto');console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...]
An array with the names of the supported cipher algorithms.
Generated using TypeDoc
Returns
An array with the names of the supported cipher algorithms.