openssl enc -aes-256-cbc -salt -in codigo.js -out codigo_cifrado.js.enc openssl enc -aes-256-cbc -d -in codigo_cifrado.js.enc -out codigo_descifrado.js openssl req -x509 -newkey rsa:3072 -keyout [name]_key.pem -out [name]_cert.pem -days 730 -nodes # Netsuite ESS256 openssl req -new -x509 -newkey ec -pkeyopt ec_paramgen_curve:prime256v1 -pkeyopt ec_param_enc:named_curve -nodes -days 730 -out [fileName]_cert.pem -keyout [fileName]_key.pem
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter