• Returns: {string[]} An array with the names of the supported cipher algorithms.
    1. const ciphers = crypto.getCiphers();
    2. console.log(ciphers); // ['aes-128-cbc', 'aes-128-ccm', ...]