Function getCiphers

  • const {
    getCiphers
    } = await import('crypto');

    console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...]

    Returns

    An array with the names of the supported cipher algorithms.

    Returns string[]

  • const {
    getCiphers
    } = await import('crypto');

    console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...]

    Returns

    An array with the names of the supported cipher algorithms.

    Returns string[]

Generated using TypeDoc