getCiphers
external fun getCiphers(): ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/String>(source)
const {
getCiphers,
} = await import('node:crypto');
console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...]
Content copied to clipboard
Since
v0.9.3
Return
An array with the names of the supported cipher algorithms.